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:
parent
7b97075282
commit
0f58852e2b
|
@ -36,7 +36,6 @@
|
||||||
static const char *reqExt[] =
|
static const char *reqExt[] =
|
||||||
{
|
{
|
||||||
"GL_ARB_fragment_shader",
|
"GL_ARB_fragment_shader",
|
||||||
"GL_ARB_imaging",
|
|
||||||
"GL_ARB_shader_objects",
|
"GL_ARB_shader_objects",
|
||||||
"GL_ARB_vertex_shader",
|
"GL_ARB_vertex_shader",
|
||||||
"GL_ARB_shading_language_100",
|
"GL_ARB_shading_language_100",
|
||||||
|
|
Loading…
Reference in New Issue