spv.dataOut.frag 83 B

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