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

jogamp.opengl.util.glsl.fixedfunc.shaders.es_precision.glsl Maven / Gradle / Ivy

#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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy