Sign in
skia
/
skia.git
/
aeae3a58e3da8f64d79733d51c80d5d5490814b3
/
.
/
tests
/
sksl
/
fp
/
GrNullableChildProcessor.fp
blob: 9debe5b8fb4ad5d957c20a68924df05c5e208e7c [
file
] [
log
] [
blame
]
in
fragmentProcessor
?
child
;
void
main
()
{
if
(
child
!=
null
)
{
sk_OutColor
=
sample
(
child
);
}
else
{
sk_OutColor
=
half4
(
0.5
);
}
}