2013-08-18 16:18:06 +09:00

8 lines
62 B
GLSL

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