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