mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-02-12 14:06:12 -06:00
5 lines
71 B
GLSL
5 lines
71 B
GLSL
void main()
|
|
{
|
|
SetOutput(float4(1.0, 1.0, 1.0, 1.0) - Sample());
|
|
}
|