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