blob: d0f4e65d129b5c104548f914ea1a8df87473f22f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float* prevent_dce;
};
float fwidth_df38ef() {
float res = fwidth(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) = fwidth_df38ef();
}