blob: e92fd4a027080c312844f4c940a188a152f1583d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This .cfg file provides common options used among all GL glue code
# generated for Jogl on OpenGL ES 1.
HierarchicalNativeOutput false
Include gl-common.cfg
JavaOutputDir ../build/gensrc/classes
NativeOutputDir ../build/gensrc/native/jogl
# There are a few routines we don't handle yet
Ignore glGetBufferPointervOES
|