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