Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1689 for (const auto& batchRef : batches_) { in ProcessBatchRenderables() local
1692 const uint32_t batchInstCount = static_cast<uint32_t>(batchRef.second.size()); in ProcessBatchRenderables()
1694 const auto& inst = batchRef.second[entIdx]; in ProcessBatchRenderables()
1711 CombineBatchWorldMinAndMax(batchRef.second, batchIndices, mesh, mam); in ProcessBatchRenderables()