Forum Discussion
wwwtyro
12 years agoHonored Guest
OVR_CAPI.h: bool or ovrBool?
On roughly line 645:
Should that "bool vsync" be "ovrBool vsync"?
Thanks!
OVR_EXPORT void ovrHmd_ResetFrameTiming(ovrHmd hmd, unsigned int frameIndex, bool vsync);
Should that "bool vsync" be "ovrBool vsync"?
Thanks!
4 Replies
- cyberealityGrand ChampionLooks like it's just a normal 'bool'.
Are you having any specific issue with this? - Technically C doesn't have bool, so it probably isn't good to have it in a C api.
However C99 has _Bool, and the stdbool.h header usually defines a bool macro that expands to _Bool. - wwwtyroHonored GuestJust Kojack's point and that you guys have defined an ovrBool, presumably to address that. Really seems like it was meant to be an ovrBool, but if not, is there a reason it's not?
Thanks!! :) - cyberealityGrand ChampionThis may be a mistake. I filed a bug report. Thanks.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 10 years agoAnonymous