User Activity

Hi,I notice in the new 0.5.0 SDK there have been some static_assert() lines added in OVR_CAPI_GL.h. They are hidden behind #if defined(__cplusplus) however if I'm not mistaken static_assert is only available in C++11. The app I'm adding Rift support ...
Hi,I'm trying to update my app on Mac OS X to the new 0.5.0.1 version in Xcode, and running into a lot of issues. I noticed that the SDK now comes with a framework included, which seems like it will make things easier, but I'm still a bit unclear on ...