| 656 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BackendXRType backend_xr_get_type (); |
| 657 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_instance (); |
| 658 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_session (); |
| 659 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_system_id(); |
| 660 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_space (); |
| 661 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern long backend_openxr_get_time (); |