Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
runtime_errors
/
DerivativesES2.rts
blob: 4150d2a2688b76882bb2660c6ca88d08f6f89eac [
file
] [
log
] [
blame
]
float2 dx
(
float2 coords
)
{
return
dFdx
(
coords
);
}
float2 dy
(
float2 coords
)
{
return
dFdy
(
coords
);
}
/*%%*
no match for dFdx(float2)
no match for dFdy(float2)
*%%*/