Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
StaticIfTest.sksl
blob: b9a7667d0a2b062cecad15a82eab9a280e25cd4d [
file
] [
log
] [
blame
]
uniform
float
unknownInput
;
void
main
()
{
@if
(
unknownInput
<
10
)
{
sk_FragColor
=
half4
(
1
);
}
}