Sign in
skia
/
skia
/
ed92d84ffd3aeb34c92e25ecb082f089703fc0ec
/
.
/
tests
/
sksl
/
runtime
/
SampleWithExplicitCoord.stage
blob: da80d4ba7393c7035a7cd45efd9660c774c646a6 [
file
] [
log
] [
blame
]
half4 main
(
float2 p
)
{
return
half4
(
child_0
.
eval
(
_coords
.
yx
));
}