jogamp.opengl.util.glsl.fixedfunc.shaders.mgl_varying.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 mgl_varying_glsl
#define mgl_varying_glsl
#include es_precision.glsl
#include mgl_const.glsl
varying vec4 frontColor;
#if MAX_TEXTURE_UNITS > 0
varying vec4 mgl_TexCoords[MAX_TEXTURE_UNITS];
#endif
#endif // mgl_varying_glsl