Only require EXT framebuffer extensions

This commit is contained in:
Jonas Kulla 2013-09-06 14:21:14 +02:00
parent a9f400e64a
commit ef6bacf201
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,6 @@
static const char *reqExt[] = static const char *reqExt[] =
{ {
"GL_ARB_fragment_shader", "GL_ARB_fragment_shader",
"GL_ARB_framebuffer_object",
"GL_ARB_imaging", "GL_ARB_imaging",
"GL_ARB_shader_objects", "GL_ARB_shader_objects",
"GL_ARB_vertex_shader", "GL_ARB_vertex_shader",
@ -47,6 +46,7 @@ static const char *reqExt[] =
"GL_EXT_bgra", "GL_EXT_bgra",
"GL_EXT_blend_func_separate", "GL_EXT_blend_func_separate",
"GL_EXT_blend_subtract", "GL_EXT_blend_subtract",
"GL_EXT_framebuffer_object",
"GL_EXT_framebuffer_blit", "GL_EXT_framebuffer_blit",
0 0
}; };