Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp429 if (const auto* vertexAttributeDesc = in GetVertexAttributeByteSize() local
431 vertexAttributeDesc) { in GetVertexAttributeByteSize()
432 const FormatProperties& properties = GetFormatSpec(vertexAttributeDesc->format); in GetVertexAttributeByteSize()
435 …erties.format != BASE_FORMAT_UNDEFINED, "Format not supported (%u).", vertexAttributeDesc->format); in GetVertexAttributeByteSize()