8 lines
62 B
Forth
Raw Normal View History

2013-08-18 16:18:06 +09:00
varying vec4 color;
void main() {
gl_FragColor = color;
}