Files
renderdoc/renderdoc/data
Jovan Ristic b197091212 Fix D3D12 pixel history MRT issues.
* Previously MRT draws were reduced to a single RT with the pixel
history color target bound, which meant shader output was always
showing the results for RT0 rather than the target requested.
* Shader-out and post-mod passes of the per fragment callback have been
changed to keep all RTs bound and replace the history target into the
correct slot. The RenderTargetWriteMask is used to mask out all writes
to everything but the history target.
* The pixel history fixed color write shader has been changed to
provide 8 variations, each of which writes to only one of the possible
RTs. This prevents the other targets from being polluted by unintended
writes and fixes the validation warnings about shaders writing to RTs
that will not be bound.
* Unused render target index was removed from the occlusion callback.
2024-01-16 09:03:38 +00:00
..
2023-12-09 11:40:30 +00:00
2024-01-16 09:03:38 +00:00
2023-11-06 14:38:04 +00:00
2023-02-01 12:23:32 +00:00
2023-11-09 12:05:57 +00:00
2023-11-09 12:05:57 +00:00