m2b-ar-tp2/shaders/fish.frag
2021-10-06 19:49:42 +02:00

4 lines
51 B
GLSL

void main() {
gl_FragColor = vec4(1, 0, .3, 1);
}