mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Update D3D12 message ID that's now available
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user