improved codes of CreateSwapchain

This commit is contained in:
2021-12-15 20:52:52 +08:00
parent ee9be8a4a2
commit 4a24a05360
2 changed files with 10 additions and 27 deletions

View File

@@ -50,9 +50,7 @@ private:
VkCommandBuffer CreateCommandBuffer();
bool CreateSwapchainColorTexture(Swapchain *);
bool CreateSwapchainDepthTexture(Swapchain *);
void CreateSwapchainFBO(Swapchain *);
bool CreateSwapchainFBO(Swapchain *);
Swapchain *CreateSwapchain(const VkExtent2D &acquire_extent);