fireball/lib/renderers/shaders/ShaderChunk/alphamap_pars_fragment.glsl

6 lines
58 B
Plaintext
Raw Normal View History

2018-12-25 13:59:22 +00:00
#ifdef USE_ALPHAMAP
uniform sampler2D alphaMap;
#endif