MCPcopy Create free account
hub / github.com/defold/defold / PerformStep

Function PerformStep

engine/engine/src/engine_loop.cpp:186–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 static void PerformStep(void* _ctx)
187 {
188 StepContext* ctx = (StepContext*)_ctx;
189 HEngine engine = (HEngine)ctx->m_Engine;
190
191 // check if we want to reboot
192 PreStepEmscripten(_ctx);
193
194 ctx->m_Params->m_EngineUpdate(engine);
195 }
196#endif // emscripten
197
198} // namespace

Callers

nothing calls this directly

Calls 1

PreStepEmscriptenFunction · 0.85

Tested by

no test coverage detected