Searched refs:materialProperties_ (Results 1 – 2 of 2) sorted by relevance
325 … 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()
150 BASE_NS::vector<MaterialProperties> materialProperties_; variable