Opentk/Source/Examples/Data/Shaders/Simple_FS.glsl

5 lines
101 B
Plaintext
Raw Normal View History

2007-11-11 18:43:16 +00:00
/* Copies incoming fragment color without change. */
void main()
{
gl_FragColor = gl_Color;
}