v2026.04.02/bios/Nintendo/GameCube/Sys/Shaders/invert.glsl

5 lines
71 B
Text
Raw Normal View History

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