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

Method backend_openxr_end_frame_chain

StereoKit/Native/NativeAPI.cs:670–670  ·  view source on GitHub ↗
(IntPtr XrBaseHeader, int data_size)

Source from the content-addressed store, hash-verified

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);
670 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void backend_openxr_end_frame_chain (IntPtr XrBaseHeader, int data_size);
671 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void backend_openxr_add_callback_pre_session_create([MarshalAs(UnmanagedType.FunctionPtr)] XRPreSessionCreateCallback on_pre_session_create, IntPtr context);
672 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void backend_openxr_add_callback_poll_event ([MarshalAs(UnmanagedType.FunctionPtr)] XRPollEventCallback on_poll_event, IntPtr context);
673 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void backend_openxr_remove_callback_poll_event ([MarshalAs(UnmanagedType.FunctionPtr)] XRPollEventCallback on_poll_event);

Callers 1

AddEndFrameChainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected