ellipse2d.fragment.fx 72 B

12345
  1. varying vec4 vColor;
  2. void main(void) {
  3. gl_FragColor = vColor;
  4. }