diff options
Diffstat (limited to 'make/gl-common.cfg')
-rw-r--r-- | make/gl-common.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg index 292871e27..48d3a4092 100644 --- a/make/gl-common.cfg +++ b/make/gl-common.cfg @@ -10,6 +10,11 @@ Import java.util.* Import net.java.games.jogl.* Import net.java.games.jogl.impl.* +# Inform the glue code generator of the association between #defines +# and functions and the extensions in which they are defined +GLHeader GL/gl.h +GLHeader GL/glext.h + # Generate "flattened" NIO variants for routines taking C primitive # pointers that aren't of type void* NioMode ALL_POINTERS |