Remove GL_ARB_imaging requirement

Mesa doesn't have it, and I'm not sure it really
serves any purpose at all.
This commit is contained in:
Jonas Kulla 2013-10-02 13:35:09 +02:00
parent 7b97075282
commit 0f58852e2b
1 changed files with 0 additions and 1 deletions

View File

@ -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",