9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
|
|
half4 main(float2 xy) {
|
||
|
|
mix;
|
||
|
|
return half4(0);
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
expected '(' to begin function call
|
||
|
|
*%%*/
|