mm_contour.fs 75 B

123456
  1. #version 110
  2. void main()
  3. {
  4. gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
  5. }