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

6 lines
101 B
Plaintext
Raw Normal View History

2018-12-25 13:59:22 +00:00
#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )
attribute vec2 uv2;
varying vec2 vUv2;
#endif