mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-29 03:29:21 +00:00
Merge branch 'master' of github.com:csherratt/ovr-rs
Conflicts: info.rs ovr/test.rs test.rs
This commit is contained in:
@ -18,8 +18,8 @@ extern "C"
|
||||
};
|
||||
|
||||
struct HMDInfoC {
|
||||
uint HResolution;
|
||||
uint VResolution;
|
||||
unsigned int HResolution;
|
||||
unsigned int VResolution;
|
||||
float HScreenSize;
|
||||
float VScreenSize;
|
||||
float VScreenCenter;
|
||||
|
Reference in New Issue
Block a user