blob: 234878b93f68ad01836359aa30459ddf3e7a1096 (
plain)
1
2
3
4
5
6
7
8
|
# 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
Include gl-common-macosx.cfg
EmitProcAddressTable false
|