blob: 83cb3e3bd5524089f124e07306f49c3fdbec851d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This .cfg file is used to generate the GL interface.
Package net.java.games.jogl
Style InterfaceOnly
JavaClass GL
Extends GL WGL
Extends GL GLX
Extends GL CGL
Include gl-common-win32.cfg
EmitProcAddressTable false
|