blob: 6522186bda0ab6a3ebc8e4d481168b3e13d66b7e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float4* prevent_dce;
};
float4 fwidthFine_68f4ef() {
float4 arg_0 = float4(1.0f);
float4 const v = arg_0;
float4 const v_1 = dfdx(v);
float4 res = (abs(v_1) + abs(dfdy(v)));
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) = fwidthFine_68f4ef();
}