Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h141 size_t morphVertexData; in CORE3D_BEGIN_NAMESPACE() member
H A Dmesh_builder.cpp1010 bufferSizes.morphVertexData = Align(bufferSizes.morphVertexData, BUFFER_ALIGN); in Allocate()
1027 targetDataSize_ = bufferSizes.morphVertexData; in Allocate()
1065 …submesh.morphTargetBufferOffset = static_cast<uint32_t>(Align(bufferSizes.morphVertexData, BUFFER_… in CalculateSizes()
1091 bufferSizes.morphVertexData = submesh.morphTargetBufferOffset + indexSize + targetSize; in CalculateSizes()