SFML/dotnet/examples/bin/datas/shader/nothing.sfx
2010-09-01 17:37:07 +00:00

7 lines
116 B
Plaintext

uniform sampler2D texture;
void main()
{
gl_FragColor = texture2D(texture, gl_TexCoord[0].xy) * gl_Color;
}