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

Function platform_step_begin

StereoKitC/platforms/platform.cpp:150–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150void platform_step_begin() {
151 platform_impl_step();
152 switch (local->mode) {
153 case app_mode_offscreen: offscreen_step_begin(); break;
154 case app_mode_simulator: simulator_step_begin(); break;
155 case app_mode_window: window_step_begin (); break;
156 case app_mode_xr: xr_step_begin (); break;
157 case app_mode_none: break;
158 }
159}
160
161///////////////////////////////////////////
162

Callers

nothing calls this directly

Calls 5

offscreen_step_beginFunction · 0.85
simulator_step_beginFunction · 0.85
window_step_beginFunction · 0.85
xr_step_beginFunction · 0.85
platform_impl_stepFunction · 0.70

Tested by

no test coverage detected