jogamp.opengl.util.glsl.fixedfunc.shaders.es_precision.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 es_precision_glsl
#define es_precision_glsl
#ifdef GL_ES
#define MEDIUMP mediump
#define HIGHP highp
#define LOWP lowp
#else
#define MEDIUMP
#define HIGHP
#define LOWP
#endif
#endif // es_precision_glsl