Searched refs:srcJointsHandle (Results 1 – 1 of 1) sorted by relevance
430 const auto srcJointsHandle = skinJointsManager_.Read(skinIbmEntity); in CreateInstance() local431 if (dstJointsHandle && srcJointsHandle) { in CreateInstance()432 dstJointsHandle->count = srcJointsHandle->count; in CreateInstance()433 std::copy(srcJointsHandle->jointEntities, in CreateInstance()434 srcJointsHandle->jointEntities + static_cast<ptrdiff_t>(srcJointsHandle->count), in CreateInstance()