dolphin/Data/Sys/Shaders/invert.glsl

5 lines
67 B
GLSL

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