Files
OpenRA/glsl/color.frag
2015-12-10 23:22:07 +00:00

4 lines
41 B
GLSL

void main()
{
gl_FragColor = gl_Color;
}