Skip to content

Commit 9fa4618

Browse files
author
Greg Roth
authored
Release Note for OS-normalized include paths (microsoft#6789)
The behavior was changed with microsoft#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 microsoft#6669
1 parent 9f0764b commit 9fa4618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)