mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
VideoBackends: add support to allow rendering to multiple output textures
This commit is contained in:
parent
252d3f353a
commit
834f8f7b5c
43 changed files with 713 additions and 327 deletions
|
@ -39,7 +39,7 @@ bool SwapChain::CreateSwapChainBuffers()
|
|||
if (!m_texture)
|
||||
return false;
|
||||
|
||||
m_framebuffer = DXFramebuffer::Create(m_texture.get(), nullptr);
|
||||
m_framebuffer = DXFramebuffer::Create(m_texture.get(), nullptr, {});
|
||||
if (!m_framebuffer)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue