blob: 3dea1b2ca252fab8c8103a6a818879b8a96e9114 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float3* prevent_dce;
};
float3 fwidthCoarse_1e59d9() {
float3 arg_0 = float3(1.0f);
float3 res = fwidth(arg_0);
return 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};
(*tint_module_vars.prevent_dce) = fwidthCoarse_1e59d9();
}