sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

Fix framebuffer bug #365

Closed russell-taylor closed 5 years ago

russell-taylor commented 6 years ago

Fixed a bug found when looking into compiler complaints. Turns out we were setting the framebuffer in ways that often happen not to break things but are not correct for the OpenGL rendering path.

russell-taylor commented 5 years ago

This finally caught up with us... the current master code does not work but this branch does. I suspect we need it to fix https://github.com/sensics/OSVR-RenderManager/issues/371