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

5 lines
67 B
Plaintext
Raw Normal View History

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