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