Searched refs:ALLOW_GPU_INSTANCING_BIT (Results 1 – 4 of 4) sorted by relevance
83 ALLOW_GPU_INSTANCING_BIT = (1 << 2), enumerator
109 MaterialComponent::ExtraRenderingFlagBits::ALLOW_GPU_INSTANCING_BIT) == in GatherMaterialProperties()110 MaterialComponent::ExtraRenderingFlagBits::ALLOW_GPU_INSTANCING_BIT) || in GatherMaterialProperties()
71 DECL_ENUM(MaterialComponent::ExtraRenderingFlagBits, ALLOW_GPU_INSTANCING_BIT, "Allow GPU Instancin…
1679 … desc.extraRenderingFlags |= MaterialComponent::ExtraRenderingFlagBits::ALLOW_GPU_INSTANCING_BIT; in SelectShaders()