-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
D3D12 Pixel History fix format conversion.
* DecodeFormattedComponents converted everything to floats which were then reinterpreted as int or uint via the unioned fields of PixelValue, resulting in erroneous value display in PixelHistoryView. * I've made a pixel history specific version of the format conversion which treats the values the way the viewer expects.
- Loading branch information
Showing
1 changed file
with
305 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters