Sign in
skia
/
skia.git
/
ab4ab20fcf7b39eac087785e08791c5bf066edf1
/
.
/
tests
/
sksl
/
shared
/
StaticIf.sksl
blob: 55ef28c119c1929450e2f79a43223ba687fee85e [
file
] [
log
] [
blame
]
void
main
()
{
float
x
=
5
;
float
y
=
10
;
@if
(
x
<
y
)
{
sk_FragColor
=
half4
(
1
);
}
}