SDL: Use FrontendCommon D3D11 host display wrapper

This commit is contained in:
Connor McLaughlin
2020-06-20 03:33:37 +10:00
parent 6eb2079088
commit 1e26ded73c
10 changed files with 177 additions and 567 deletions

View File

@ -294,6 +294,11 @@ bool D3D11HostDisplay::CreateSwapChainRTV()
return true;
}
bool D3D11HostDisplay::RecreateSwapChain(const WindowInfo& new_wi, bool use_flip_model)
{
return CreateSwapChain(new_wi, use_flip_model);
}
void D3D11HostDisplay::DestroySwapChain()
{
m_swap_chain_rtv.Reset();