Home
last modified time | relevance | path

Searched refs:TickFrame (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dengine.h54 bool TickFrame() override;
55 bool TickFrame(const BASE_NS::array_view<IEcs*>& ecsInputs) override;
93 static bool TickFrame(IEcs& ecs, uint64_t totalTime, uint64_t deltaTime);
H A Dengine.cpp195 bool Engine::TickFrame() in TickFrame() function in Engine
197 return TickFrame({ nullptr, size_t(0) }); in TickFrame()
200 bool Engine::TickFrame(const array_view<IEcs*>& ecsInputs) in TickFrame() function in Engine
220 if (TickFrame(*ecs, totalTime, deltaTime_)) { in TickFrame()
228 bool Engine::TickFrame(IEcs& ecs, uint64_t totalTime, uint64_t deltaTime) in TickFrame() function in Engine
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dintf_engine.h71 virtual bool TickFrame() = 0;
78 virtual bool TickFrame(const BASE_NS::array_view<IEcs*>& ecsInputs) = 0;
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp536 if (const bool needsRender = engine_->TickFrame(BASE_NS::array_view(&ecs, 1)); needsRender) { in DrawFrame()
845 if (engine_->TickFrame(BASE_NS::array_view(ecsInputs.data(), ecsInputs.size()))) { in DrawMultiEcs()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp71 bool TickFrame(IEcs& ecs, uint64_t totalTime, uint64_t deltaTime) in TickFrame() function

Completed in 9 milliseconds