Home
last modified time | relevance | path

Searched refs:materialComp (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp854 const MaterialComponent& materialComp = (matData) ? *matData : DEF_MATERIAL_COMPONENT; in AddSingleMaterial() local
856 InputMaterialUniformsFromMaterialComponent(material, materialComp); in AddSingleMaterial()
859 if (materialComp.customProperties) { in AddSingleMaterial()
863 customData = array_view(buffer, materialComp.customProperties->Size()); in AddSingleMaterial()
864 materialComp.customProperties->RUnlock(); in AddSingleMaterial()
869 if (!materialComp.customResources.empty()) { in AddSingleMaterial()
891 MaterialHandles(materialComp, renderHandleMgr); in AddSingleMaterial()
900 RenderMaterialType(materialComp.type), in AddSingleMaterial()
901 materialComp.extraRenderingFlags, in AddSingleMaterial()
903 materialComp.customRenderSlotId, in AddSingleMaterial()
[all …]