Files
OpenRA/glsl/line.frag
2013-02-23 09:53:46 +13:00

4 lines
41 B
GLSL

void main()
{
gl_FragColor = gl_Color;
}