blob: 180709cb30eb89fbc1e0ea608098d4894c5b7abd [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float3* prevent_dce;
};
void fwidth_5d1b39(tint_module_vars_struct tint_module_vars) {
float3 arg_0 = float3(1.0f);
float3 res = fwidth(arg_0);
(*tint_module_vars.prevent_dce) = res;
}
fragment void fragment_main(device float3* prevent_dce [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.prevent_dce=prevent_dce};
fwidth_5d1b39(tint_module_vars);
}