nanogui
nanogui copied to clipboard
opengl.h: fixed gl3ext header
When NANOGUI_GLES_VERSION is set to 3 gl3ext.h should be included, not gl2ext.h. This PR fixes the inclusion.
Also: GL_TEXTURE_2D_MULTISAMPLE is not available in ES.