GL_ARB_texture_non_power_of_two support is checked

This commit is contained in:
yvt 2013-09-01 17:36:17 +09:00
parent de520bde07
commit 0ac8985c62

View File

@ -347,6 +347,7 @@ void MainWindow::CheckGLCapability() {
"GL_ARB_multitexture", "GL_ARB_multitexture",
"GL_ARB_shader_objects", "GL_ARB_shader_objects",
"GL_ARB_shading_language_100", "GL_ARB_shading_language_100",
"GL_ARB_texture_non_power_of_two",
"GL_ARB_vertex_buffer_object", "GL_ARB_vertex_buffer_object",
"GL_EXT_framebuffer_object", "GL_EXT_framebuffer_object",
NULL NULL