Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StereoKit/StereoKit
/ device_data_free
Function
device_data_free
StereoKitC/device.cpp:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
///////////////////////////////////////////
22
23
void device_data_free(device_data_t* data) {
24
sk_free(data->name);
25
sk_free(data->runtime);
26
sk_free(data->gpu);
27
*data = {};
28
}
29
30
///////////////////////////////////////////
31
Callers
1
platform_shutdown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected