diff options
Diffstat (limited to 'make/config/jogl/gl-desktop-ignores.cfg')
-rw-r--r-- | make/config/jogl/gl-desktop-ignores.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/config/jogl/gl-desktop-ignores.cfg b/make/config/jogl/gl-desktop-ignores.cfg new file mode 100644 index 000000000..f19bfffb6 --- /dev/null +++ b/make/config/jogl/gl-desktop-ignores.cfg @@ -0,0 +1,7 @@ +# Ignoring API only available on desktop systems, e.g. GL2, GL3, .. +# + +# We may reconsider .. +IgnoreExtension GL_AMD_performance_monitor +IgnoreExtension GL_INTEL_performance_query + |