nv2a-trace
nv2a-trace copied to clipboard
Convert depth buffer to images
Produces an image representation of the depth and stencil buffers. I don't have any games that use float mode or swizzling (to my knowledge), so I'm unable to test those formats.
Z24S8 Depth
Z24S8 Depth/Stencil
Z16
The pgraph tester has tests for float depth modes (you'll just need to reenable the d24s8 one that can't be run on xemu: https://github.com/abaire/nxdk_pgraph_tests/blob/main/src/tests/depth_format_tests.cpp#L21)