Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Properly set D3D12SDKPath Closes #5992 This commit have an effect on slang-test.exe and test-server.exe. When we run slang-test.exe, it uses D3D12Core.DLL located at `build/{Release,Debug}/bin/D3D12`, which is `D3D12` from where the executable file is located at. This has been working fine but we found a case where it doesn't work properly. This commit sets D3D12SDKPath value explicitly to avoid potential problems.
- Loading branch information