blob: 334f231714396abb585d3f0fea9858355d42202e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdxCoarse_9581cf() {
float2 arg_0 = float2(1.0f);
float2 res = dfdx(arg_0);
}
fragment void fragment_main() {
dpdxCoarse_9581cf();
return;
}