6 lines
58 B
GLSL
6 lines
58 B
GLSL
#ifdef USE_ALPHAMAP
|
|
|
|
uniform sampler2D alphaMap;
|
|
|
|
#endif
|