Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.cpp409 return renderBatchComponents_; in GetRenderBatchMeshEntities()
553 renderBatchComponents_ = in Update()
555 instancingAllowed_ = array_view(renderMeshComponents_.data() + renderBatchComponents_.size(), in Update()
557 …rest_ = array_view(renderMeshComponents_.data() + renderBatchComponents_.size() + instancingAllowe… in Update()
H A Drender_preprocessor_system.h154 BASE_NS::array_view<const CORE_NS::Entity> renderBatchComponents_; variable