
jogamp.graph.curve.opengl.shader.varyings.glsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jogl-all Show documentation
Show all versions of jogl-all Show documentation
Java™ Binding for the OpenGL® API
#ifndef varyings_glsl
#define varyings_glsl
//varying vec4 gcv_FrontColor;
varying vec2 gcv_TexCoord;
#endif // varyings_glsl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy