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