blob: ac1edac47e54cd22632c15f52b9b1365c5e518ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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 GL3Set
Include gl-common.cfg
Include gl-common-extensions.cfg
Include gl3-common.cfg
Include gl3-desktop.cfg
EmitProcAddressTable false
ProcAddressTableClassName DontGenerateProcAddressTableStuff
GetProcAddressTableExpr DontGenerateProcAddressTableStuff
|