sensics / OSVR-RenderManager

Apache License 2.0
63 stars 45 forks source link

Fix vao #234

Closed russell-taylor closed 7 years ago

russell-taylor commented 7 years ago

Needed to make OpenGL work with contexts 3.3 and higher on some platforms. Re-did the way VAO is removed, so that it is only removed on GLES 2.0 builds.