dolphin/Data/Sys/Shaders/invert_blue.glsl

5 lines
67 B
GLSL

void main()
{
SetOutput(float4(0.0, 0.0, 0.7, 1.0) - Sample());
}