blob: 0b821524c6907b2436ca9d5feed77f30738fa4b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef varyings_glsl
#define varyings_glsl
#include precision.glsl
#include consts.glsl
//varying vec4 gcv_FrontColor;
varying vec2 gcv_TexCoord;
#endif // varyings_glsl
|