File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2941,3 +2941,18 @@ pub struct VR_IVRScreenshots_FnTable {
29412941impl :: std:: default:: Default for VR_IVRScreenshots_FnTable {
29422942 fn default ( ) -> Self { unsafe { :: std:: mem:: zeroed ( ) } }
29432943}
2944+
2945+ extern "C" {
2946+ pub fn VR_InitInternal ( peError : * mut EVRInitError ,
2947+ eType : EVRApplicationType ) -> intptr_t ;
2948+ pub fn VR_ShutdownInternal ( ) ;
2949+ pub fn VR_IsHmdPresent ( ) -> u8 ;
2950+ pub fn VR_GetGenericInterface ( pchInterfaceVersion :
2951+ * const :: std:: os:: raw:: c_char ,
2952+ peError : * mut EVRInitError ) -> intptr_t ;
2953+ pub fn VR_IsRuntimeInstalled ( ) -> u8 ;
2954+ pub fn VR_GetVRInitErrorAsSymbol ( error : EVRInitError )
2955+ -> * const :: std:: os:: raw:: c_char ;
2956+ pub fn VR_GetVRInitErrorAsEnglishDescription ( error : EVRInitError )
2957+ -> * const :: std:: os:: raw:: c_char ;
2958+ }
You can’t perform that action at this time.
0 commit comments