aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl
diff options
context:
space:
mode:
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