Skip to content

Commit

Permalink
Release Note for OS-normalized include paths
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 committed Jul 16, 2024
1 parent a54abe8 commit de8a0e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ 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
- Include paths input to custom include handlers are now normalized to the OS path style
- This means that regardless of how they are denoted in the shader, the string passed to `IDxcIncludeHandler::LoadSource` will use OS-normalized paths
- This could break existing code

### Version 1.7.2308

Expand Down

0 comments on commit de8a0e5

Please sign in to comment.