aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/shader/consts.glsl
blob: 58c4fe50cd9e59f29fdd15b81f9da7dbad936c18 (plain)
1
2
3
4
5
6
7
8

#ifndef consts_glsl
#define consts_glsl

const   int     MAX_TEXTURE_UNITS = 8; // <= gl_MaxTextureImageUnits 
// const   int     MAX_LIGHTS = 8; 

#endif // consts_glsl