(string function_name)
| 661 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern long backend_openxr_get_time (); |
| 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); |
no outgoing calls
no test coverage detected