From 0f58852e2bcf71268f444eb105bdc247f1959ba3 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Wed, 2 Oct 2013 13:35:09 +0200 Subject: [PATCH] Remove GL_ARB_imaging requirement Mesa doesn't have it, and I'm not sure it really serves any purpose at all. --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a04e307..c377d37 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,6 @@ static const char *reqExt[] = { "GL_ARB_fragment_shader", - "GL_ARB_imaging", "GL_ARB_shader_objects", "GL_ARB_vertex_shader", "GL_ARB_shading_language_100",