m2b-ar-tp2/shaders/fish.frag

4 lines
51 B
GLSL

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