blob: bce9cc73148e79f848d20cc07033ad89376c81df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This .cfg file is used to generate the GL interface and implementing class.
JavaOutputDir ../../build-temp/gluegen-set
Package javax.media.opengl
Style InterfaceOnly
JavaClass GL2Set
Include gl-common-gl2.cfg
Include gl-common-extensions.cfg
Include gl-desktop.cfg
EmitProcAddressTable false
ProcAddressTableClassName DontGenerateProcAddressTableStuff
GetProcAddressTableExpr DontGenerateProcAddressTableStuff
|