mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 13:50:22 -05:00
VideoBackends: add support to allow rendering to multiple output textures
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user