Add context flush to MSAA -> Array copy. Refs #1119

* The previous flush was in Array -> MSAA which is not used during capture.
This commit is contained in:
baldurk
2018-10-11 11:01:09 +01:00
parent b9b194aa9e
commit ccf85076b7
@@ -809,6 +809,8 @@ void D3D11DebugManager::CopyTex2DMSToArray(ID3D11Texture2D *destArray, ID3D11Tex
ctx->Draw(3, 0);
}
m_pImmediateContext->Flush();
SAFE_RELEASE(dsvArray);
}
}