fn fwidth_b83ebb() { var res : vec2 = fwidth(vec2()); } @fragment fn fragment_main() { fwidth_b83ebb(); }