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