Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StereoKit/StereoKit
/ backend_openxr_get_session
Function
backend_openxr_get_session
StereoKitC/backend.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
///////////////////////////////////////////
39
40
openxr_handle_t backend_openxr_get_session() {
41
log_err(backend_err_wrong_backend);
42
return 0;
43
}
44
45
///////////////////////////////////////////
46
Callers
nothing calls this directly
Calls
1
log_err
Function · 0.85
Tested by
no test coverage detected