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