| 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); |