Added a commented out generatechecks option to the opengl stubs generator. It can can be activated to add Utils.checkGLError everywhere

This commit is contained in:
Elias Naur 2006-07-14 11:54:52 +00:00
parent f15c904fce
commit 867828115e
1 changed files with 1 additions and 0 deletions

View File

@ -605,6 +605,7 @@
<arg path="${lwjgl.src}/generated"/>
<arg value="-d"/>
<arg path="${lwjgl.src.native}/generated"/>
<!--<arg value="-Ageneratechecks"/>-->
<arg value="-Acontextspecific"/>
<arg value="-Atypemap=org.lwjgl.util.generator.GLTypeMap"/>
<fileset dir="${lwjgl.src.templates}" includes="${opengl-template-pattern}"/>