mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
Renderer: Add backbuffer format to base class
This commit is contained in:
parent
1adcd47dcb
commit
2644e920cc
10 changed files with 75 additions and 46 deletions
|
@ -125,6 +125,8 @@ private:
|
|||
|
||||
VkSemaphore m_image_available_semaphore = VK_NULL_HANDLE;
|
||||
VkSemaphore m_rendering_finished_semaphore = VK_NULL_HANDLE;
|
||||
VkRenderPass m_swap_chain_render_pass = VK_NULL_HANDLE;
|
||||
VkRenderPass m_swap_chain_clear_render_pass = VK_NULL_HANDLE;
|
||||
|
||||
std::unique_ptr<SwapChain> m_swap_chain;
|
||||
std::unique_ptr<BoundingBox> m_bounding_box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue