unplugged-vendor/external/skia/resources/sksl/errors/StaticIfTest.sksl

8 lines
115 B
Plaintext

void main() {
float x = sqrt(25);
float y = 10;
@if (x < y) {
sk_FragColor = half4(1);
}
}