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

Method backend_openxr_ext_request

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

Source from the content-addressed store, hash-verified

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);
669 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void backend_openxr_composition_layer(IntPtr XrCompositionLayerBaseHeader, int data_size, int sort_order);

Callers 1

_RequestExtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected