2018-11-14 21:48:51 +08:00

5 lines
83 B
GLSL

precision mediump float;
void main() {
gl_FragColor = vec4(1.0, 0.0, 0.0, 1.0);
}