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

package.src.shaders._prelude.fragment.glsl Maven / Gradle / Ivy

The newest version!
#ifdef GL_ES
precision mediump float;
#else

#if !defined(lowp)
#define lowp
#endif

#if !defined(mediump)
#define mediump
#endif

#if !defined(highp)
#define highp
#endif

#endif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy