Files
OpenRA/glsl/rgba.frag

4 lines
54 B
GLSL

void main()
{
gl_FragColor = vec4(0.4,0.4,0.8,1.0);
}