aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/shader/attributes.glsl
blob: 8240fc6611096bfde16bf84470537b94cd6e3190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#ifndef attributes_glsl
#define attributes_glsl

#include precision.glsl

// attribute GRAPHP vec3    gca_Vertices;
attribute GRAPHP vec4    gca_Vertices;
attribute GRAPHP vec2    gca_TexCoords;
//attribute GRAPHP vec4    gca_Colors;
//attribute GRAPHP vec3    gca_Normals;

#endif // attributes_glsl