6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
|
half x = 10;
|
||
|
@emitCode { fragBuilder->codeAppendf("half y = %d\n", x * 2); }
|
||
|
void main() {
|
||
|
sk_OutColor = half4(1);
|
||
|
}
|