mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-27 22:35:40 +00:00
8dcb8601a2
Hopefully this is the first and last time we have to do this.
5 lines
97 B
GLSL
5 lines
97 B
GLSL
/* Copies incoming fragment color without change. */
|
|
void main()
|
|
{
|
|
gl_FragColor = gl_Color;
|
|
} |