blob: 1037af7e9ab3bd4ebd49fe90b8d2d1e10716f1d1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float4* prevent_dce;
};
float4 fwidthCoarse_4e4fc4() {
float4 arg_0 = float4(1.0f);
float4 res = fwidth(arg_0);
return res;
}
fragment void fragment_main(device float4* 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) = fwidthCoarse_4e4fc4();
}