swap_RGB_RBG.glsl 43 B

12345
  1. void main()
  2. {
  3. SetOutput(Sample().rbga);
  4. }