v2026.04.02/bios/Nintendo/GameCube/Sys/Shaders/invert.glsl
2026-03-17 11:53:42 +01:00

4 lines
71 B
GLSL

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