All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jogamp.graph.curve.opengl.shader.attributes.glsl Maven / Gradle / Ivy


#ifndef attributes_glsl
#define attributes_glsl

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

#endif // attributes_glsl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy