Files
retroarch_system/system/dolphin-emu/Sys/Shaders/sunset.glsl
Abdessamad DERRAZ d9fc3b32f0 RetroArch Pack
2020-05-08 17:25:48 +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));
}