diff options
Diffstat (limited to 'make/config/jogl/glu-common.cfg')
-rw-r--r-- | make/config/jogl/glu-common.cfg | 6 |
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 # |