Files
libretro/bios/Nintendo/GameCube/Sys/Shaders/invert.glsl
T

5 lines
71 B
GLSL

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