aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-30 15:02:48 +0200
committerSven Gothel <[email protected]>2011-09-30 15:02:48 +0200
commitdc0cf65dd75079d8f57eb2431c0fe1235fff27ad (patch)
treee5d576c54c2d6ffdeb31a4dccfde044281bd8954 /src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl
parentcdc99f97fde9211b7f73d8592d3d64c6ec78898a (diff)
Graph GLSL: Use global precicision settings enhancing readability
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.glsl4
1 files changed, 2 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 4cb41c903..c399f0f57 100644
--- a/src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl
+++ b/src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl
@@ -4,7 +4,7 @@
#include precision.glsl
-const LOWP int MAX_TEXTURE_UNITS = 8; // <= gl_MaxTextureImageUnits
-// const LOWP int MAX_LIGHTS = 8;
+const int MAX_TEXTURE_UNITS = 8; // <= gl_MaxTextureImageUnits
+// const int MAX_LIGHTS = 8;
#endif // consts_glsl