blob: f234bc7cac31a9ad516f0c7c7ce340485ce67d20 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float* prevent_dce;
};
float fwidthFine_f1742d() {
float const v = dfdx(1.0f);
float res = (abs(v) + abs(dfdy(1.0f)));
return res;
}
fragment void fragment_main(device float* prevent_dce [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.prevent_dce=prevent_dce};
(*tint_module_vars.prevent_dce) = fwidthFine_f1742d();
}