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