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