5 lines
67 B
GLSL
Executable File
5 lines
67 B
GLSL
Executable File
void main()
|
|
{
|
|
SetOutput(float4(0.0, 0.0, 0.7, 1.0) - Sample());
|
|
}
|