blob: fda45d0c2f2400b6bd61631b964ab08e009335ac [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float2* prevent_dce;
};
void dpdyCoarse_3e1ab4(tint_module_vars_struct tint_module_vars) {
float2 res = dfdy(float2(1.0f));
(*tint_module_vars.prevent_dce) = res;
}
fragment void fragment_main(device float2* prevent_dce [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.prevent_dce=prevent_dce};
dpdyCoarse_3e1ab4(tint_module_vars);
}