mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-02 23:08:05 +03:00
4 lines
67 B
GLSL
4 lines
67 B
GLSL
void main()
|
|
{
|
|
SetOutput(float4(1.0, 1.0, 1.0, 1.0) - Sample());
|
|
}
|