blob: fc27f74156658f06e25cb79b8360baf6dac75b3a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdxCoarse_029152() {
float res = dfdx(1.0f);
}
fragment void fragment_main() {
dpdxCoarse_029152();
return;
}