From ef6bacf201adef3a375523677e5c596c2779e5ff Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Fri, 6 Sep 2013 14:21:14 +0200 Subject: [PATCH] Only require EXT framebuffer extensions --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index cda781b..0a051df 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,6 @@ static const char *reqExt[] = { "GL_ARB_fragment_shader", - "GL_ARB_framebuffer_object", "GL_ARB_imaging", "GL_ARB_shader_objects", "GL_ARB_vertex_shader", @@ -47,6 +46,7 @@ static const char *reqExt[] = "GL_EXT_bgra", "GL_EXT_blend_func_separate", "GL_EXT_blend_subtract", + "GL_EXT_framebuffer_object", "GL_EXT_framebuffer_blit", 0 };