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