fn fwidth_b83ebb() { var res : vec2 = fwidth(vec2()); } [[stage(fragment)]] fn fragment_main() { fwidth_b83ebb(); }