dataOut.frag 88 B

123456789
  1. #version 130
  2. varying vec4 Color;
  3. void main()
  4. {
  5. gl_FragData[1] = Color;
  6. }