Opentk/Source/Examples/Data/Shaders/Simple_FS.glsl
2007-11-11 18:43:16 +00:00

5 lines
No EOL
101 B
GLSL

/* Copies incoming fragment color without change. */
void main()
{
gl_FragColor = gl_Color;
}