D3D11: Add extra logging to StateCache::Get
This commit is contained in:
parent
43bfb183c2
commit
baa9636d48
|
@ -386,6 +386,7 @@ ID3D11BlendState* StateCache::Get(BlendingState state)
|
|||
{
|
||||
return m_blend.emplace(state.hex, std::move(res)).first->second.Get();
|
||||
}
|
||||
WARN_LOG(VIDEO, "Creating D3D blend state failed with an error: %x", hr);
|
||||
}
|
||||
|
||||
D3D11_BLEND_DESC desc = {};
|
||||
|
|
Loading…
Reference in New Issue