simpleLine.fragment.fx 81 B

12345
  1. uniform vec3 color;
  2. void main(void) {
  3. gl_FragColor = vec4(color, 1.0);
  4. }