D3D11: Attempt fix for WinRT issue #632.

This commit is contained in:
Branimir Karadžić 2016-01-07 23:39:48 -08:00
parent 895c3e43d3
commit 7007c803ce

View File

@ -2224,6 +2224,9 @@ BX_PRAGMA_DIAGNOSTIC_POP();
}
else
{
m_deviceCtx->ClearState();
m_deviceCtx->Flush();
if (resize)
{
m_deviceCtx->OMSetRenderTargets(1, s_zero.m_rtv, NULL);