diff options
author | Michael Bien <[email protected]> | 2010-03-27 02:57:46 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 02:57:46 +0100 |
commit | 992b456d64e6128af021067e10e485d25977bf24 (patch) | |
tree | d5e47aa8bfeb995990e11d20519bcb66fec105dc /make/config/jogl/gl-gl3bc.cfg | |
parent | cf95674e16d34a85191d3af0a35d1357e011fcac (diff) |
refactoring due to gluegen changes.
- renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
Diffstat (limited to 'make/config/jogl/gl-gl3bc.cfg')
-rw-r--r-- | make/config/jogl/gl-gl3bc.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/gl-gl3bc.cfg b/make/config/jogl/gl-gl3bc.cfg index d2525735e..28a4b6cde 100644 --- a/make/config/jogl/gl-gl3bc.cfg +++ b/make/config/jogl/gl-gl3bc.cfg @@ -82,7 +82,7 @@ CustomJavaCode GL3bcImpl glClearDepth((double)depth); } CustomJavaCode GL3bcImpl public void glDepthRangef(float zNear, float zFar) { CustomJavaCode GL3bcImpl glDepthRange((double)zNear, (double)zFar); } -Include gl-headers.cfg +Include gl3-headers.cfg Include ../intptr.cfg IncludeAs CustomJavaCode GL3bcImpl gl-impl-CustomJavaCode-common.java |