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