Files
2011-03-12 22:24:28 -08:00

3 lines
62 B
GLSL

void main() {
gl_FragColor = vec4(0.25, 0.125, 0.125, 1.0);
}