blob: 84e40cdd9752095d3a109eebfb180ae42c5bf83a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdxCoarse_c28641() {
float4 arg_0 = float4(1.0f);
float4 res = dfdx(arg_0);
}
fragment void fragment_main() {
dpdxCoarse_c28641();
return;
}