Searched refs:IRenderConfigurationComponentManager (Results 1 – 8 of 8) sorted by relevance
32 BEGIN_COMPONENT(IRenderConfigurationComponentManager, RenderConfigurationComponent)110 …IRenderConfigurationComponentManager, RenderConfigurationComponent, "7e655b3d-3cad-40b9-8179-c749b…
68 : public BaseManager<RenderConfigurationComponent, IRenderConfigurationComponentManager> {76 : BaseManager<RenderConfigurationComponent, IRenderConfigurationComponentManager>( in RenderConfigurationComponentManager()
59 class IRenderConfigurationComponentManager; variable236 IRenderConfigurationComponentManager* renderConfigMgr_ = nullptr;
1150 renderConfigMgr_(GetManager<IRenderConfigurationComponentManager>(ecs)), in RenderSystem()
127 MANAGER(RENDER_CONFIGURATION_COMPONENT_TYPE_INFO, IRenderConfigurationComponentManager);
226 CORE3D_NS::IRenderConfigurationComponentManager* sceneManager_;
924 sceneManager_ = CORE_NS::GetManager<CORE3D_NS::IRenderConfigurationComponentManager>(ecs); in LoadSystemGraph()
1257 auto rcm = CORE_NS::GetManager<CORE3D_NS::IRenderConfigurationComponentManager>(*ecs_); in CreateRenderConfiguration()