MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / sk_step_begin

Function sk_step_begin

StereoKitC/stereokit.cpp:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322///////////////////////////////////////////
323
324void sk_step_begin() {
325 local.in_step = true;
326 sk_step_timer();
327 systems_step_partial(system_run_before, local.app_system_idx);
328 local.app_system->profile_frame_start = stm_now();
329}
330
331///////////////////////////////////////////
332

Callers 1

sk_stepFunction · 0.85

Calls 3

sk_step_timerFunction · 0.85
systems_step_partialFunction · 0.85
stm_nowFunction · 0.85

Tested by

no test coverage detected