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

Method backend_openxr_get_function

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

Source from the content-addressed store, hash-verified

661 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern long backend_openxr_get_time ();
662 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern long backend_openxr_get_eyes_sample_time();
663 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_openxr_get_function(string function_name);
664 [return: MarshalAs(UnmanagedType.Bool)]
665 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool backend_openxr_ext_enabled (string extension_name);
666 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void backend_openxr_ext_request (string extension_name);

Callers 2

GetFunctionPtrMethod · 0.80
GetFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected