blob: 022084831f90aabac6aa816d226da73fd4c2c7b8 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float dpdxCoarse_029152() {
float arg_0 = 1.0f;
float res = dfdx(arg_0);
return res;
}
fragment void fragment_main(device float* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = dpdxCoarse_029152();
return;
}