Files
stmbl/term/graph.f.glsl
2013-12-18 17:25:12 +01:00

6 lines
64 B
GLSL

uniform vec4 color;
void main(void) {
gl_FragColor = color;
}