mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-24 00:59:25 +00:00
Added groundwork for the compositor
This commit is contained in:
@ -90,6 +90,7 @@ extern "C" {
|
||||
pub fn VR_Shutdown();
|
||||
pub fn VR_IsHmdPresent() -> bool;
|
||||
pub fn VR_GetStringForHmdError(err: HmdError) -> *const u8;
|
||||
pub fn VR_GetGenericInterface(name: *const u8, err: *mut HmdError) -> *const ();
|
||||
}
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user