legacygrid.fragment.fx 63 B

123
  1. void main(void) {
  2. gl_FragColor = vec4(1, 1, 1, 0.1);
  3. }