Zorro666 / renderdoc

RenderDoc is a stand-alone graphics debugging tool.
https://renderdoc.org/builds
MIT License
3 stars 1 forks source link

Extend the Overlay tests to cover a range of depth-stencil formats #96

Closed Zorro666 closed 1 year ago

Zorro666 commented 1 year ago

Description

Repeat the Overlay tests using depth-stencil buffers with the following formats: D32_S8, D24_S8, D32, D24, D16 restricted to what is supported by each API ie. D24 is not supported by D3D11 or D3D12.

Testing

On Windows

Zorro666 commented 1 year ago

Replaced by https://github.com/baldurk/renderdoc/pull/3055