Skip to content

Commit 4ed55d3

Browse files
author
Greg Roth
authored
Release Note for OS-normalized include paths (#6789) (#6793)
The behavior was changed with #6317 so that regardless of spelling in the shader, the include path will conform to the host OS style for the purposes of the include handler. This just adds a release note for that new behavior. Fixes #6669 (cherry picked from commit 9fa4618)
1 parent f2999a6 commit 4ed55d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ DX Compiler release for March 2024
6969
- Validation errors more accurately determine usage by the entry point
7070
- Improve debug info generation
7171
- Further improvements to Linux build quality
72+
- File paths arguments for `IDxcIncludeHandler::LoadSource` will now be normalized to use OS specific slashes
73+
(`\` for windows, `/` for *nix) and no longer have double slashes except for UNC paths (`\\my\unc\path`).”
7274

7375
### Version 1.7.2308
7476

0 commit comments

Comments
 (0)