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

Method backend_openxr_get_instance

StereoKit/Native/NativeAPI.cs:657–657  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

655
656 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BackendXRType backend_xr_get_type ();
657 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_instance ();
658 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_session ();
659 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_system_id();
660 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_space ();

Callers 1

OpenXRClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected