mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
VideoBackends: add support to allow rendering to multiple output textures
This commit is contained in:
@ -415,7 +415,7 @@ bool SwapChain::SetupSwapChainImages()
|
||||
if (!image.texture)
|
||||
return false;
|
||||
|
||||
image.framebuffer = VKFramebuffer::Create(image.texture.get(), nullptr);
|
||||
image.framebuffer = VKFramebuffer::Create(image.texture.get(), nullptr, {});
|
||||
if (!image.framebuffer)
|
||||
{
|
||||
image.texture.reset();
|
||||
|
Reference in New Issue
Block a user