Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h115 uint32_t jointBufferOffset = 0; in CORE3D_BEGIN_NAMESPACE() member
H A Dmesh_builder.cpp1064 … submesh.jointBufferOffset = static_cast<uint32_t>(Align(bufferSizes.jointBuffer, BUFFER_ALIGN)); in CalculateSizes()
1078 …bufferSizes.jointBuffer = submesh.jointBufferOffset + currJointIndexByteSize + currJointWeightByte… in CalculateSizes()
1246 … jointIndexAcc.offset = static_cast<uint32_t>(Align(submesh.jointBufferOffset, BUFFER_ALIGN)); in SetJointData()