mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 11:45:28 +00:00
5 lines
101 B
GLSL
5 lines
101 B
GLSL
/* Copies incoming fragment color without change. */
|
|
void main()
|
|
{
|
|
gl_FragColor = gl_Color;
|
|
} |