Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp177 … const auto materialCustomProperties = dataStoreMaterial.GetMaterialCustomPropertyData(matIdx); in UpdateMaterialBuffers() local
178 if (!materialCustomProperties.empty()) { in UpdateMaterialBuffers()
179 CORE_ASSERT(materialCustomProperties.size_bytes() <= UBO_BIND_OFFSET_ALIGNMENT); in UpdateMaterialBuffers()
181 materialCustomProperties.data(), materialCustomProperties.size_bytes())) { in UpdateMaterialBuffers()