Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp767 IndexType indexType, uint32_t loadedVertexCount) in LoadIndices() argument
772 ValidateIndices(indicesLoadResult, loadedVertexCount); in LoadIndices()
800 uint32_t const loadedVertexCount = static_cast<uint32_t>(position.elementCount); in ProcessPrimitives() local
819 …TFLoadDataResult indices = LoadIndices(result, primitive, importInfo.indexType, loadedVertexCount); in ProcessPrimitives()