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