mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-23 00:35:31 +00:00
Fixed osx build
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