dwww Home | Show directory contents | Find package

#version 150

uniform sampler2D texture;

in vec2 tex_coord;

void main()
{
    // Read and apply a color from the texture
    gl_FragColor = texture2D(texture, tex_coord);
}

Generated by dwww version 1.15 on Thu May 23 21:01:54 CEST 2024.