Files
OpenRA/glsl/color.frag
2015-12-26 12:50:33 +00:00

6 lines
61 B
GLSL

varying vec4 vColor;
void main()
{
gl_FragColor = vColor;
}