blob: 4cb41c903640826a1cccecb28ef1e293cdad1367 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef consts_glsl
#define consts_glsl
#include precision.glsl
const LOWP int MAX_TEXTURE_UNITS = 8; // <= gl_MaxTextureImageUnits
// const LOWP int MAX_LIGHTS = 8;
#endif // consts_glsl
|