From 790ee7d5f76998ac5fb95f67a20fc557223023e6 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 22 Nov 2018 16:55:35 +0000 Subject: [PATCH] Update D3D12 message ID that's now available --- renderdoc/driver/d3d12/d3d12_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/driver/d3d12/d3d12_device.cpp b/renderdoc/driver/d3d12/d3d12_device.cpp index 21cc33ab2..7345162c0 100644 --- a/renderdoc/driver/d3d12/d3d12_device.cpp +++ b/renderdoc/driver/d3d12/d3d12_device.cpp @@ -316,7 +316,7 @@ WrappedID3D12Device::WrappedID3D12Device(ID3D12Device *realDevice, D3D12InitPara // D3D12_MESSAGE_ID_COMMAND_LIST_STATIC_DESCRIPTOR_RESOURCE_DIMENSION_MISMATCH // message about mismatched SRV dimensions, which it seems to get wrong with the // dummy NULL descriptors on the texture sampling code - (D3D12_MESSAGE_ID)1023, + D3D12_MESSAGE_ID_COMMAND_LIST_STATIC_DESCRIPTOR_RESOURCE_DIMENSION_MISMATCH, }; D3D12_INFO_QUEUE_FILTER filter = {};