mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-27 18:05:34 +00:00
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
|
/* Copies incoming fragment color without change. */
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragColor = gl_Color;
|
||
|
}
|