Skip to content

Commit

Permalink
Release Note for OS-normalized include paths (#6789)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pow2clk authored Jul 16, 2024
1 parent 9f0764b commit 9fa4618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ DX Compiler release for March 2024
- Validation errors more accurately determine usage by the entry point
- Improve debug info generation
- Further improvements to Linux build quality
- File paths arguments for `IDxcIncludeHandler::LoadSource` will now be normalized to use OS specific slashes
(`\` for windows, `/` for *nix) and no longer have double slashes except for UNC paths (`\\my\unc\path`).”

### Version 1.7.2308

Expand Down

0 comments on commit 9fa4618

Please sign in to comment.