blob: e86aae636777ec4b2d17e2ca31b9bb6609ab3ffb [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float3* prevent_dce;
};
void dpdyFine_1fb7ab(tint_module_vars_struct tint_module_vars) {
float3 res = dfdy(float3(1.0f));
(*tint_module_vars.prevent_dce) = 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};
dpdyFine_1fb7ab(tint_module_vars);
}