Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp138 const size_t copyCount = static_cast<size_t>(jointRef.count / 2u); in UpdateSkinBuffer() local
139 const size_t copySize = copyCount * sizeof(Math::Mat4X4); in UpdateSkinBuffer()
145 jointRef.data + copyCount, copySize)) { in UpdateSkinBuffer()