When using clang format on ```cpp float x = y * +1.#INF; ``` clang-format will separate it to ```cpp float x = y * +1. #INF; ``` This is invalid HLSL code and won't allow it to be compiled.