Home
last modified time | relevance | path

Searched refs:jointWeightAcc (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1261 auto& jointWeightAcc = submeshDesc.bufferAccess[MeshComponent::Submesh::DM_VB_JOW]; in SetJointData() local
1263 jointWeightAcc.offset = (uint32_t)Align(jointIndexAcc.offset + jointIndexAcc.byteSize, BUFFER_ALIGN); in SetJointData()
1264 jointWeightAcc.byteSize = (uint32_t)bindingDesc->stride * submesh.info.vertexCount; in SetJointData()
1267 { buffer + jointWeightAcc.offset, jointWeightAcc.byteSize } }; in SetJointData()

Completed in 5 milliseconds