GS/DX11: Ignore two irrelevant warnings

This commit is contained in:
Stenzek 2023-12-31 16:18:23 +10:00 committed by Connor McLaughlin
parent 4a960bba5e
commit 68df8bf8ea
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ bool GSDevice11::Create()
D3D11_MESSAGE_ID hide[] = {
D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETS_HAZARD,
D3D11_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_HAZARD,
D3D11_MESSAGE_ID_DEVICE_DRAW_RENDERTARGETVIEW_NOT_SET,
D3D11_MESSAGE_ID_QUERY_END_ABANDONING_PREVIOUS_RESULTS,
};
D3D11_INFO_QUEUE_FILTER filter = {};