Update D3D12 message ID that's now available

This commit is contained in:
baldurk
2018-11-22 16:55:35 +00:00
parent b610cb8d44
commit 790ee7d5f7
+1 -1
View File
@@ -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 = {};