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

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

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 - 2024 Weber Informatics LLC | Privacy Policy