sunset.glsl 95 B

123456
  1. void main()
  2. {
  3. float4 c0 = Sample();
  4. SetOutput(float4(c0.r * 1.5, c0.g, c0.b * 0.5, c0.a));
  5. }