Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.cpp325 … if (auto pos = std::lower_bound(materialProperties_.cbegin(), materialProperties_.cend(), in GatherSortData()
330 … (pos != materialProperties_.cend()) && (pos->material == submesh.material)) { in GatherSortData()
342 … if (auto pos = std::lower_bound(materialProperties_.cbegin(), materialProperties_.cend(), in GatherSortData()
347 … (pos != materialProperties_.cend()) && (pos->material == additionalMaterial)) { in GatherSortData()
488 materialProperties_ = GatherMaterialProperties(*materialManager_); in Update()
H A Drender_preprocessor_system.h150 BASE_NS::vector<MaterialProperties> materialProperties_; variable