mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-23 11:52:47 +00:00
4 lines
71 B
GLSL
4 lines
71 B
GLSL
void main()
|
|
{
|
|
SetOutput(float4(1.0, 1.0, 1.0, 1.0) - Sample());
|
|
}
|