4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
|
half4 main(float2 coords, float2 extra) {
|
||
|
|
return half4(0);
|
||
|
|
}
|