aboutsummaryrefslogtreecommitdiff
path: root/Test/spv.textureError.frag
blob: a40ea363977c7024e4f716bba061632d20601bf0 (plain)
1
2
3
4
5
6
7
8
9
10
#version 140

uniform sampler2D s2D;
centroid vec2 centTexCoord;

void main()
{
    gl_FragColor = texture2D(s2D, centTexCoord);
}