diff options
Diffstat (limited to 'src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl')
-rw-r--r-- | src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl b/src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl index c399f0f57..58c4fe50c 100644 --- a/src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl +++ b/src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl @@ -2,8 +2,6 @@ #ifndef consts_glsl #define consts_glsl -#include precision.glsl - const int MAX_TEXTURE_UNITS = 8; // <= gl_MaxTextureImageUnits // const int MAX_LIGHTS = 8; |