1
0
Fork 0
mirror of https://github.com/Ryujinx/Opentk.git synced 2025-01-15 21:27:43 +00:00
Opentk/Source/Examples/Data/Shaders/Simple_FS.glsl
2007-11-11 18:43:16 +00:00

5 lines
101 B
GLSL

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