1float2 dx(float2 coords) { return dFdx(coords); } 2float2 dy(float2 coords) { return dFdy(coords); } 3 4/*%%* 5no match for dFdx(float2) 6no match for dFdy(float2) 7*%%*/ 8