blob: 52a85515f9ff6923a21af0912c406145a74b5d1e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float3* prevent_dce;
};
float3 fwidth_5d1b39() {
float3 res = fwidth(float3(1.0f));
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) = fwidth_5d1b39();
}