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

Function backend_openxr_use_minimum_exts

StereoKitC/backend.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89///////////////////////////////////////////
90
91void backend_openxr_use_minimum_exts(bool32_t use_minimum_exts) {
92 if (sk_is_initialized()) {
93 log_err("backend_openxr_use_minimum_exts must be called BEFORE StereoKit initialization!");
94 return;
95 }
96}
97
98///////////////////////////////////////////
99

Callers

nothing calls this directly

Calls 2

sk_is_initializedFunction · 0.85
log_errFunction · 0.85

Tested by

no test coverage detected