blob: c7422a826ea8b2a60134561faa09993d394ff6d5 [file] [log] [blame]
uniform sampler2D Texture0;
varying vec2 TextureCoord;
void main(void)
{
vec4 texel = texture2D(Texture0, TextureCoord);
gl_FragColor = texel;
}