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