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