#include using namespace metal; void dpdxCoarse_9581cf() { float2 res = dfdx(float2()); } fragment void fragment_main() { dpdxCoarse_9581cf(); return; }