mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-03 11:59:40 +02:00
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:
parent
f15c904fce
commit
867828115e
|
|
@ -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}"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue