content/hifi-content/faye/shader/blue.fs
2022-02-13 23:26:00 +01:00

3 lines
61 B
GLSL

void main() {
gl_FragColor = vec4(0.4,0.4,0.8,1.0);
}