sockscape/resources/client/shaders/test.frag

5 lines
80 B
GLSL
Raw Permalink Normal View History

2018-09-13 22:11:09 +00:00
precision mediump float;
2018-08-29 21:33:28 +00:00
2018-08-16 21:39:13 +00:00
void main() {
2018-09-13 22:11:09 +00:00
gl_FragColor = vec4(0.5, 0, 0, 1);
2018-08-16 21:39:13 +00:00
}