mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 04:50:35 +00:00
Fix copy-paste error that prevented loading version 5 D3D12 captures
This commit is contained in:
@@ -160,7 +160,7 @@ bool D3D12InitParams::IsSupportedVersion(uint64_t ver)
|
||||
|
||||
// 0x5 -> 0x6 - Multiply by number of planes in format when serialising initial states -
|
||||
// i.e. stencil is saved with depth in initial states.
|
||||
if(ver == 0x4)
|
||||
if(ver == 0x5)
|
||||
return true;
|
||||
|
||||
// 0x4 -> 0x5 - CPU_DESCRIPTOR_HANDLE serialised inline as D3D12Descriptor in appropriate
|
||||
|
||||
Reference in New Issue
Block a user