| 89 | /////////////////////////////////////////// |
| 90 | |
| 91 | void 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 |
nothing calls this directly
no test coverage detected