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