blob: ad01e37648316c607cca93f7499be5fb3e80b5b3 [file] [log] [blame]
uniform float unknownInput;
void main() {
@if (unknownInput < 10) {
sk_FragColor = half4(1);
}
}
/*%%*
static if has non-static test
*%%*/