Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StereoKit/StereoKit
/ backend_openxr_ext_enabled
Function
backend_openxr_ext_enabled
StereoKitC/backend.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
///////////////////////////////////////////
74
75
bool32_t backend_openxr_ext_enabled(const char *extension_name) {
76
log_err(backend_err_wrong_backend);
77
return false;
78
}
79
80
///////////////////////////////////////////
81
Callers
nothing calls this directly
Calls
1
log_err
Function · 0.85
Tested by
no test coverage detected