mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 20:05:37 +00:00
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
|
#version 120
|
||
|
|
||
|
flat varying vec4 vColor;
|
||
|
|
||
|
void main(void)
|
||
|
{
|
||
|
gl_FragColor = vColor;
|
||
|
}
|