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

Function common_shutdown

Examples/StereoKitCTest/main.cpp:264–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void common_shutdown() {
265 scene_shutdown();
266
267 solid_release (floor_solid);
268 material_release(floor_mat);
269 model_release (floor_model);
270}
271
272void ruler_window() {
273 static pose_t window_pose = pose_t{{0, 0, 0.5f}, quat_identity};

Callers

nothing calls this directly

Calls 4

scene_shutdownFunction · 0.85
solid_releaseFunction · 0.85
material_releaseFunction · 0.85
model_releaseFunction · 0.85

Tested by

no test coverage detected