blob: cdd595b0b09a81ce713d8b7469d473ac8deedb8d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This .cfg file is used to generate the class which implements the GL
# interface on a particular platform.
Package net.java.games.jogl
Style InterfaceOnly
JavaClass GL
Extends GL WGL
Extends GL GLX
Include gl-common-x11.cfg
EmitProcAddressTable false
|