fill.frag 77 B

123456789
  1. in vec4 v_color;
  2. out vec4 fragColor;
  3. void main()
  4. {
  5. fragColor = v_color;
  6. }