Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h236 IRenderConfigurationComponentManager* renderConfigMgr_ = nullptr; member in final
H A Drender_system.cpp1150 renderConfigMgr_(GetManager<IRenderConfigurationComponentManager>(ecs)), in RenderSystem()
1320 const auto renderConfigurationGen = renderConfigMgr_->GetGenerationCounter(); in Update()
1377 for (IComponentManager::ComponentId i = 0; i < renderConfigMgr_->GetComponentCount(); i++) { in GetRenderConfigurationComponent()
1378 const Entity id = renderConfigMgr_->GetEntity(i); in GetRenderConfigurationComponent()
1380 return renderConfigMgr_->Get(i); in GetRenderConfigurationComponent()

Completed in 5 milliseconds