diff options
author | Sven Gothel <[email protected]> | 2015-10-12 09:07:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-10-12 09:07:33 +0200 |
commit | 2548d211af9cf786a3ed30ede778d872916dc422 (patch) | |
tree | 2afda226a9c3f81812dba4effb2f5df545677fab /make/config/jogl/gl-if-gl3-ignores.cfg | |
parent | 90e9104f0acd9eb014f3361139119c3f53b955a3 (diff) |
Cleanup IgnoreExtension for GL3 and GL4 exclusive extensions
Diffstat (limited to 'make/config/jogl/gl-if-gl3-ignores.cfg')
-rw-r--r-- | make/config/jogl/gl-if-gl3-ignores.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config/jogl/gl-if-gl3-ignores.cfg b/make/config/jogl/gl-if-gl3-ignores.cfg index 7838ef082..549d684ba 100644 --- a/make/config/jogl/gl-if-gl3-ignores.cfg +++ b/make/config/jogl/gl-if-gl3-ignores.cfg @@ -57,4 +57,5 @@ IgnoreExtension GL_KHR_robust_buffer_access_behavior IgnoreExtension GL_KHR_robustness # Ignore extensions requiring GL 3.3 IgnoreExtension GL_ARB_explicit_uniform_location - +IgnoreExtension GL_ARB_texture_filter_minmax +IgnoreExtension GL_ARB_shader_image_load_store |