Files
retroarch_system/system/dolphin-emu/Sys/Shaders/sunset.glsl
Abdessamad DERRAZ 835a359cea Update : Dolphin
2021-04-20 12:56:34 +02:00

6 lines
100 B
GLSL

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