Fix WebVR prototype;

This commit is contained in:
bjorn 2018-10-09 18:03:53 -07:00
parent 01405e113a
commit da3bb42db4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ extern void webvrGetDisplayDimensions(int32_t* width, int32_t* height);
extern void webvrGetClipDistance(float* near, float* far);
extern void webvrSetClipDistance(float near, float far);
extern void webvrGetBoundsDimensions(float* width, float* depth);
extern const float* webvrGetBoundsDimensions(int* count);
extern const float* webvrGetBoundsGeometry(int* count);
extern void webvrGetPose(float* x, float* y, float* z, float* angle, float* ax, float* ay, float* az);
extern void webvrGetEyePose(HeadsetEye eye, float* x, float* y, float* z, float* angle, float* ax, float* ay, float* az);
extern void webvrGetVelocity(float* x, float* y, float* z);