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

Method backend_openxr_ext_enabled

StereoKit/Native/NativeAPI.cs:664–665  ·  view source on GitHub ↗
(string extension_name)

Source from the content-addressed store, hash-verified

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);
667 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void backend_openxr_ext_exclude (string extension_name);
668 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void backend_openxr_use_minimum_exts([MarshalAs(UnmanagedType.Bool)] bool use_minimum_exts);

Callers 1

ExtEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected