swap_RGB_GBR.glsl 43 B

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