summaryrefslogtreecommitdiffstats
path: root/make/config/jogl/glu-common.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-06 09:45:48 +0100
committerSven Gothel <[email protected]>2015-03-06 09:45:48 +0100
commit0d59bd4c655ef9a27f127000848aae7f07f240ae (patch)
tree3ac18e10e105ad70227bbb2205294ac3e6462c0e /make/config/jogl/glu-common.cfg
parent0674a3678d747335ad36f0f57e3bdc9c168f0dcf (diff)
Bug 1135 - Change all GlueGen config files, supporting EGL 1.5 , ES 3.1 and GL 4.5
Diffstat (limited to 'make/config/jogl/glu-common.cfg')
-rw-r--r--make/config/jogl/glu-common.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/make/config/jogl/glu-common.cfg b/make/config/jogl/glu-common.cfg
index 45535d21d..bc039ee8d 100644
--- a/make/config/jogl/glu-common.cfg
+++ b/make/config/jogl/glu-common.cfg
@@ -1,4 +1,4 @@
-GLHeader GL/glu.h
+GLSemHeader GL/glu.h
# This .cfg file provides common options used among all GLU glue code
HierarchicalNativeOutput false
@@ -6,6 +6,10 @@ HierarchicalNativeOutput false
# Pick up on-line OpenGL javadoc thanks to user cylab on javagaming.org forums
TagNativeBinding true
+# Desktop GL and GLES* headers types slightly differ
+# but still are compatible related to actual storage size.
+RelaxedEqualSemanticsTest true
+
#
# Imports needed by all glue code
#