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-android Show documentation
Show all versions of jogl-all-android Show documentation
Java™ Binding for the OpenGL® API (Android)
The newest version!
#ifndef varyings_glsl
#define varyings_glsl
varying vec3 gcv_CurveParam;
varying vec2 gcv_FboTexCoord;
#ifdef USE_COLOR_TEXTURE
varying vec2 gcv_ColorTexCoord;
#endif
#ifdef USE_COLOR_CHANNEL
varying vec4 gcv_Color;
#endif
#endif // varyings_glsl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy