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

Function backend_openxr_get_function

StereoKitC/backend.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66///////////////////////////////////////////
67
68void *backend_openxr_get_function(const char *function_name) {
69 log_err(backend_err_wrong_backend);
70 return nullptr;
71}
72
73///////////////////////////////////////////
74

Callers

nothing calls this directly

Calls 1

log_errFunction · 0.85

Tested by

no test coverage detected