mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Reformat all the things!
This commit is contained in:
@ -228,7 +228,8 @@ bool FramebufferManager::CreateEFBFramebuffer()
|
||||
}
|
||||
|
||||
VkImageView framebuffer_attachments[] = {
|
||||
m_efb_color_texture->GetView(), m_efb_depth_texture->GetView(),
|
||||
m_efb_color_texture->GetView(),
|
||||
m_efb_depth_texture->GetView(),
|
||||
};
|
||||
|
||||
VkFramebufferCreateInfo framebuffer_info = {VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO,
|
||||
|
Reference in New Issue
Block a user