5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
|
half4 main() {
|
||
|
|
fragmentProcessor child;
|
||
|
|
return half4(1);
|
||
|
|
}
|