Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
resources
/
sksl
/
errors
/
StaticIfTest.sksl
blob: ad01e37648316c607cca93f7499be5fb3e80b5b3 [
file
] [
log
] [
blame
]
uniform
float
unknownInput
;
void
main
()
{
@if
(
unknownInput
<
10
)
{
sk_FragColor
=
half4
(
1
);
}
}
/*%%*
static if has non-static test
*%%*/