5 lines
43 B
Plaintext
5 lines
43 B
Plaintext
|
|
in half4 c;
|
||
|
|
half4 main() {
|
||
|
|
return c;
|
||
|
|
}
|