moved Swapchain's codes to SwapchainModule

This commit is contained in:
2024-11-06 00:34:23 +08:00
parent 173d3e075a
commit c3a5518b38
6 changed files with 27 additions and 19 deletions

View File

@@ -51,10 +51,6 @@ private:
VkCommandBuffer CreateCommandBuffer(const AnsiString &);
bool CreateSwapchainFBO(Swapchain *);
Swapchain *CreateSwapchain(const VkExtent2D &acquire_extent);
private:
friend class VulkanDeviceCreater;