diff options
author | Sven Gothel <[email protected]> | 2010-11-06 06:44:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-06 06:44:41 +0100 |
commit | 4510ea5b74ffda4540a6221eef3b9e230e155c1c (patch) | |
tree | af1f3bcf8defb637b7bdf3c103d49ef82b739cb4 /make/config/jogl/gl-common.cfg | |
parent | 63bb227bafd9704b8526bad2b0438955204a3c82 (diff) |
Fix GL profile sets for gluegen code generation according to the updated headers.
Needs GlueGen 6b6b9b3b81cdc85b7260664ebec547756a6be5d7, branch sgothel_wip_fixes01.
I have manually veryfied all changes of the generated GL header - OK!
Diffstat (limited to 'make/config/jogl/gl-common.cfg')
-rw-r--r-- | make/config/jogl/gl-common.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/config/jogl/gl-common.cfg b/make/config/jogl/gl-common.cfg index 3c413465e..4e72daa71 100644 --- a/make/config/jogl/gl-common.cfg +++ b/make/config/jogl/gl-common.cfg @@ -21,6 +21,8 @@ Import com.jogamp.opengl.impl.* # because we don't need them java-side. Ignore GL_VERSION_.+ +Ignore KHRONOS_.+ + # Ignore GL functions that deal with explicit pointer values in such a # way that we cannot implement the functionality in Java Ignore glGetBufferPointerv |