diff options
Diffstat (limited to 'make/config/jogl/gl-if-gl3.cfg')
-rw-r--r-- | make/config/jogl/gl-if-gl3.cfg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/make/config/jogl/gl-if-gl3.cfg b/make/config/jogl/gl-if-gl3.cfg index 88cf57d04..649b35165 100644 --- a/make/config/jogl/gl-if-gl3.cfg +++ b/make/config/jogl/gl-if-gl3.cfg @@ -25,14 +25,13 @@ Include gl-common-extensions.cfg Include gl3-desktop.cfg Include gl-if-gl4-ignores.cfg -EmitProcAddressTable false - # Pick up on-line OpenGL javadoc thanks to user cylab on javagaming.org forums TagNativeBinding true Include gl3-headers.cfg +# dummy procaddress config / force procaddress for comments EmitProcAddressTable false ProcAddressTableClassName DontGenerateProcAddressTableStuff GetProcAddressTableExpr DontGenerateProcAddressTableStuff - +ForceProcAddressGen __ALL__ |