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

Function solid_release

StereoKitC/systems/physics.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126///////////////////////////////////////////
127
128void solid_release(solid_t solid) {
129 if (solid == nullptr)
130 return;
131
132 assets_releaseref(&solid->header);
133}
134
135///////////////////////////////////////////
136

Callers 2

common_shutdownFunction · 0.85
input_hand_shutdownFunction · 0.85

Calls 1

assets_releaserefFunction · 0.85

Tested by

no test coverage detected