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

Function platform_stop_mode

StereoKitC/platforms/platform.cpp:175–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173///////////////////////////////////////////
174
175void platform_stop_mode() {
176 switch (local->mode) {
177 case app_mode_offscreen: offscreen_shutdown(); break;
178 case app_mode_simulator: simulator_shutdown(); break;
179 case app_mode_window: window_shutdown (); break;
180 case app_mode_xr: xr_shutdown (); break;
181 case app_mode_none: break;
182 }
183}
184
185///////////////////////////////////////////
186

Callers 2

platform_shutdownFunction · 0.85
platform_set_modeFunction · 0.85

Calls 4

offscreen_shutdownFunction · 0.85
simulator_shutdownFunction · 0.85
window_shutdownFunction · 0.85
xr_shutdownFunction · 0.85

Tested by

no test coverage detected