diff options
author | Sven Gothel <[email protected]> | 2014-06-17 23:42:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-17 23:42:58 +0200 |
commit | 4e91f5e085585481b542c476a1ba599f2e914bf1 (patch) | |
tree | 1b8164703ad61ab367d74a3880acf2c9a6b3dedf /make/config/jogl/glu-gl2es1.cfg | |
parent | 68ca3ae8fcce28c62034299bc6e6f7eaab50bd1f (diff) |
Fix regression due to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37, completes JOGL commit 68ca3ae8fcce28c62034299bc6e6f7eaab50bd1f
Add handling of 'initializeImpl()' of generated GLU* classes:
- GLU : no 'initializeImpl()' <- no libs
- GLUgl2es1: no 'initializeImpl()' <- no libs
- GLUgl: call 'initializeImpl()' in manual static init impl.
Further more, we shall not initialize the GLU* classes in GLU
static init method, querying GLU* class availability.
Tested via OlympicES1.
Diffstat (limited to 'make/config/jogl/glu-gl2es1.cfg')
-rw-r--r-- | make/config/jogl/glu-gl2es1.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/config/jogl/glu-gl2es1.cfg b/make/config/jogl/glu-gl2es1.cfg index fa7011360..35dd6a2e0 100644 --- a/make/config/jogl/glu-gl2es1.cfg +++ b/make/config/jogl/glu-gl2es1.cfg @@ -18,6 +18,7 @@ Ignore gluScaleImage # Custom Java code for GLU class IncludeAs CustomJavaCode GLUgl2es1 glu-CustomJavaCode-gl2es1.java +ManualStaticInit GLUgl2es1 Import javax.media.opengl.GLES1 Import jogamp.opengl.glu.mipmap.Mipmap |