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