aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/shader/varyings.glsl
blob: adb40ad114663e6847f7351572c8c56508f387d2 (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