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

Function platform_shutdown

StereoKitC/platforms/platform.cpp:116–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114///////////////////////////////////////////
115
116void platform_shutdown() {
117 platform_stop_mode();
118 skg_shutdown();
119
120 platform_impl_shutdown();
121
122 device_data_free(&device_data);
123 *local = {};
124 sk_free(local);
125}
126
127///////////////////////////////////////////
128

Callers

nothing calls this directly

Calls 4

platform_stop_modeFunction · 0.85
skg_shutdownFunction · 0.85
device_data_freeFunction · 0.85
platform_impl_shutdownFunction · 0.70

Tested by

no test coverage detected