android13/external/skia/resources/sksl/errors/StaticIfTest.sksl

12 lines
157 B
Plaintext

uniform float unknownInput;
void main() {
@if (unknownInput < 10) {
sk_FragColor = half4(1);
}
}
/*%%*
static if has non-static test
*%%*/