fn main_1() { let x_1 : vec2 = vec2(50.0, 60.0); let x_2 : vec2 = dpdx(x_1); return; } [[stage(fragment)]] fn main() { main_1(); }