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

5 lines
71 B
GLSL

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