1
0

5 lines
46 B
GLSL

void main(void)
{
gl_FragColor = gl_Color;
}