Searched refs:postProcessConfigMgr_ (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 1161 postProcessConfigMgr_(GetManager<IPostProcessConfigurationComponentManager>(ecs)), in RenderSystem() 1328 const auto postprocessConfigurationGen = postProcessConfigMgr_->GetGenerationCounter(); in Update() 1882 postProcessMgr_, postProcessConfigMgr_, nameMgr_, properties_.dataStoreScene, component.postProcess); 1884 GetPostProcessRenderNodeGraph(postProcessConfigMgr_, component.postProcess); 2180 if (renderContext_ && postProcessMgr_ && postProcessConfigMgr_) { 2210 postProcessMgr_, postProcessConfigMgr_, nameMgr_, properties_.dataStoreScene, ppEntity); 2220 const auto postProcessConfigCount = postProcessConfigMgr_->GetComponentCount(); 2223 if (const auto handle = postProcessConfigMgr_->Read(id); handle) { 2225 const Entity ppEntity = postProcessConfigMgr_->GetEntity(id); 2227 postProcessMgr_, postProcessConfigMgr_, nameMgr [all...] |
H A D | render_system.h | 254 IPostProcessConfigurationComponentManager* postProcessConfigMgr_ = nullptr; member in final
|
Completed in 5 milliseconds