Files
Abdessamad DERRAZ 86a6843a3b Dolphin : Update
2021-10-17 20:34:00 +02:00

6 lines
95 B
GLSL

void main()
{
float4 c0 = Sample();
SetOutput(float4(c0.r * 1.5, c0.g, c0.b * 0.5, c0.a));
}