invert.glsl 67 B

12345
  1. void main()
  2. {
  3. SetOutput(float4(1.0, 1.0, 1.0, 1.0) - Sample());
  4. }