The Code Therapy

THE RED

I'm doing something. I think...

Created by th3daniel on Fri, 29 Apr 2022 23:01:50 GMT.


#ifdef GL_ES
precision mediump float;
#endif

uniform float u_time;

void main(void) {
 gl_FragColor = vec4(0.765,0.054,0.061,1.000);
}