mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 13:34:57 +00:00
4 lines
67 B
GLSL
4 lines
67 B
GLSL
void main()
|
|
{
|
|
SetOutput(float4(0.0, 0.0, 0.7, 1.0) - Sample());
|
|
}
|