Sign in
skia
/
skia
/
refs/heads/main
/
.
/
tests
/
sksl
/
runtime
/
SampleWithExplicitCoord.minified.sksl
blob: b141a8b0d9e5fd2d05a8665d2685ea4c0c80ee1c [
file
] [
edit
]
uniform shader child
;
half4 main
(
float2 a
){
return
child
.
eval
(
a
.
yx
);}