blob: a40ea363977c7024e4f716bba061632d20601bf0 [file] [log] [blame]
#version 140
uniform sampler2D s2D;
centroid vec2 centTexCoord;
void main()
{
gl_FragColor = texture2D(s2D, centTexCoord);
}