Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmesh_component.h47 VERTEX_COLORS_BIT = (1 << 1), enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmesh_component_manager.cpp43 DECL_ENUM(MeshComponent::Submesh::FlagBits, VERTEX_COLORS_BIT, "Vertex Colors")
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp586 if (submesh.flags & MeshComponent::Submesh::FlagBits::VERTEX_COLORS_BIT) { in FillSubmeshBuffers()
1187 submeshDesc.flags |= MeshComponent::Submesh::FlagBits::VERTEX_COLORS_BIT; in SetVertexData()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp637 if (flags & MeshComponent::Submesh::FlagBits::VERTEX_COLORS_BIT) { in RenderSubmeshFlagsFromMeshFlags()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2871 if (submeshes[subMesh].flags & MeshComponent::Submesh::VERTEX_COLORS_BIT) { in StartPhase()