Home
last modified time | relevance | path

Searched refs:GetGenerationCounter (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dlocal_matrix_system.cpp91 if (transformGeneration_ == transformManager_->GetGenerationCounter()) { in Update()
95 transformGeneration_ = transformManager_->GetGenerationCounter(); in Update()
H A Dnode_system.cpp711 const auto nodeGeneration = nodeComponentManager_.GetGenerationCounter();
738 nodeComponentGenerationId_ = nodeComponentManager_.GetGenerationCounter();
794 const uint32_t nodeGenerationId = nodeComponentManager_.GetGenerationCounter(); in UpdateParent()
820 const uint32_t nodeGenerationId = nodeComponentManager_.GetGenerationCounter();
821 const uint32_t entityGenerationId = entityManager_.GetGenerationCounter();
927 const uint32_t nodeGenerationId = nodeComponentManager_.GetGenerationCounter(); in InternalNodeUpdate()
928 const uint32_t entityGenerationId = entityManager_.GetGenerationCounter(); in InternalNodeUpdate()
1187 if (localMatrixGeneration_ == localMatrixManager_.GetGenerationCounter() && in Update()
1188 nodeGeneration_ == nodeManager_.GetGenerationCounter()) { in Update()
1224 localMatrixGeneration_ = localMatrixManager_.GetGenerationCounter(); in Update()
[all...]
H A Drender_preprocessor_system.cpp469 const auto layerGen = layerManager_->GetGenerationCounter(); in Update()
470 const auto materialGen = materialManager_->GetGenerationCounter(); in Update()
471 const auto meshGen = meshManager_->GetGenerationCounter(); in Update()
472 const auto nodeGen = nodeManager_->GetGenerationCounter(); in Update()
473 const auto renderMeshGen = renderMeshManager_->GetGenerationCounter(); in Update()
474 const auto worldMatrixGen = worldMatrixManager_->GetGenerationCounter(); in Update()
H A Dskinning_system.cpp292 if (jointMatricesGeneration_ != jointMatricesManager_.GetGenerationCounter()) { in Update()
293 jointMatricesGeneration_ = jointMatricesManager_.GetGenerationCounter(); in Update()
308 if (worldMatrixGeneration_ == worldMatrixManager_.GetGenerationCounter()) { in Update()
312 worldMatrixGeneration_ = worldMatrixManager_.GetGenerationCounter(); in Update()
H A Dmorphing_system.cpp245 auto generation = morphManager_.GetGenerationCounter(); in Update()
H A Drender_system.cpp1320 const auto renderConfigurationGen = renderConfigMgr_->GetGenerationCounter(); in Update()
1321 const auto cameraGen = cameraMgr_->GetGenerationCounter(); in Update()
1322 const auto lightGen = lightMgr_->GetGenerationCounter(); in Update()
1323 const auto planarReflectionGen = planarReflectionMgr_->GetGenerationCounter(); in Update()
1324 const auto materialExtensionGen = materialExtensionMgr_->GetGenerationCounter(); in Update()
1325 const auto environmentGen = environmentMgr_->GetGenerationCounter(); in Update()
1326 const auto fogGen = fogMgr_->GetGenerationCounter(); in Update()
1327 const auto postprocessGen = postProcessMgr_->GetGenerationCounter(); in Update()
1328 const auto postprocessConfigurationGen = postProcessConfigMgr_->GetGenerationCounter(); in Update()
H A Danimation_system.cpp668 if ((stateGeneration_ == stateManager_.GetGenerationCounter()) && [](const auto& stateManager) -> bool { in Update()
684 if (animationGeneration_ != animationManager_.GetGenerationCounter()) { in Update()
762 stateGeneration_ = stateManager_.GetGenerationCounter(); in Update()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_entity_manager.h97 virtual uint32_t GetGenerationCounter() const = 0;
H A Dintf_component_manager.h144 virtual uint32_t GetGenerationCounter() const = 0;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.h49 uint32_t GetGenerationCounter() const override;
H A Dentity_manager.cpp281 uint32_t EntityManager::GetGenerationCounter() const in GetGenerationCounter() function in EntityManager
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.h73 uint32_t GetGenerationCounter() const override;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp160 uint32_t GetGenerationCounter() const override;
489 uint32_t PostProcessConfigurationComponentManager::GetGenerationCounter() const in GetGenerationCounter() function in PostProcessConfigurationComponentManager
H A Dmaterial_component_manager.cpp330 uint32_t GetGenerationCounter() const override;
713 uint32_t MaterialComponentManager::GetGenerationCounter() const in GetGenerationCounter() function in MaterialComponentManager

Completed in 17 milliseconds