sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

Fixed GL error in RenderManagerOpenGLCAPIExample, and made it use the C API exclusively #337

Closed tomm closed 6 years ago

tomm commented 6 years ago

Fixed a GL_ERROR in the CAPIExample, which was binding the colour buffer in a different way to how RenderManagerOpenGL was doing this.

Replaced calls & types from the C++ api with C api equivalents.