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

shaders.glsl.fs_view2d.bin Maven / Gradle / Ivy

The newest version!
FSHo><
s_texColor?varying vec2 v_texcoord0;
uniform sampler2D s_texColor;
void main ()
{
  gl_FragColor = texture2D (s_texColor, v_texcoord0);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy