blob: 42c215968bf55d14b9d9ea8bddbdc1b23d21eefe [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float* prevent_dce;
};
void fwidthFine_f1742d(tint_module_vars_struct tint_module_vars) {
float arg_0 = 1.0f;
float res = fwidth(arg_0);
(*tint_module_vars.prevent_dce) = 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};
fwidthFine_f1742d(tint_module_vars);
}