mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 06:35:29 +00:00
8dcb8601a2
Hopefully this is the first and last time we have to do this.
8 lines
88 B
GLSL
8 lines
88 B
GLSL
#version 120
|
|
|
|
flat varying vec4 vColor;
|
|
|
|
void main(void)
|
|
{
|
|
gl_FragColor = vColor;
|
|
} |