Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp137 static constexpr const auto RQ_JM = 4U; member
1545 batches_[renderMeshBatch].push_back({ row->entity, renderMeshComponent.mesh, layerMask, row->components[RQ_JM],
1582 if (row->IsValidComponentId(RQ_JM) && row->IsValidComponentId(RQ_PJM)) {
1583 auto const jointMatricesData = jointMatricesMgr_->Read(row->components[RQ_JM]);
1618 if (row->IsValidComponentId(RQ_JM) && row->IsValidComponentId(RQ_PJM)) {
1619 auto const jointMatricesData = jointMatricesMgr_->Read(row->components[RQ_JM]);

Completed in 5 milliseconds