Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
runtime_errors
/
DerivativesES2.rts
blob: 1aaca2f8506ba59c6ac20aef9e9090ada28c50b6 [
file
] [
log
] [
blame
]
float2 dx
(
float2 coords
)
{
return
dFdx
(
coords
);
}
float2 dy
(
float2 coords
)
{
return
dFdy
(
coords
);
}