Home
last modified time | relevance | path

Searched defs:batchSize (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Drender_preprocessor_system.cpp532 if (const auto batchSize = pos - it; batchSize == 1U) { in Update() local
Drender_system.cpp1658 if (const auto batchSize = currentIndex - batchStartIndex; batchSize) { in ProcessRenderables() local
1670 if (const auto batchSize = currentIndex - batchStartIndex; batchSize) { in ProcessRenderables() local