Add D3D12 pixel history depth bounds test. #3195
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Before:
![d3d12_pixel_history_before](https://private-user-images.githubusercontent.com/1256627/293573686-489b28e1-4203-4733-b38a-d5177445788c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODMzMTcsIm5iZiI6MTczOTI4MzAxNywicGF0aCI6Ii8xMjU2NjI3LzI5MzU3MzY4Ni00ODliMjhlMS00MjAzLTQ3MzMtYjM4YS1kNTE3NzQ0NTc4OGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTQxMDE3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ODllMWVmOTI2YWMyNDkzYTRkZWU4MDVmZjY5MDk3NTg4NTdjYTk3YjJmMzYwY2IwZjIxNjU0MTYwZDY0MWI0ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.qzOOAXQtRXyk_N32xBxJ2uxVPCLAii_HHVdMfn3J3MI)
After:
![d3d12_pixel_history_after](https://private-user-images.githubusercontent.com/1256627/293573690-b9790680-73cf-46a1-bb8d-098d409d1aaa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODMzMTcsIm5iZiI6MTczOTI4MzAxNywicGF0aCI6Ii8xMjU2NjI3LzI5MzU3MzY5MC1iOTc5MDY4MC03M2NmLTQ2YTEtYmI4ZC0wOThkNDA5ZDFhYWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTQxMDE3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGI2YWI5YWQ5OWI2MmQ0ZTA5ZGVhZjBlOGIzNzU1ZWIxOGQ5ZWU3YzdiZWE3YjA2MmZiZGQxMjQ2Yjc0MWUwNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.dBMSvWxk4xIsJiOnBw4VZwlCYYC5FDtJTwCHazk5LAk)
Figured I'd sneak in a last one of these for 2023, according to my time at least. Happy new year!