Batocera.PLUS-bios/dolphin-emu/Sys/Shaders/invert.glsl

5 lines
67 B
Plaintext
Raw Normal View History

2021-08-22 20:02:14 +00:00
void main()
{
SetOutput(float4(1.0, 1.0, 1.0, 1.0) - Sample());
}