added to RenderCmdBuffer's Begin and End of Swapchain in RenderFramework::MainLoop

This commit is contained in:
2024-11-14 00:24:13 +08:00
parent 2ab78bf4e6
commit fda5b629a2
8 changed files with 72 additions and 4 deletions

View File

@@ -47,6 +47,8 @@ public:
const VkExtent2D & GetSwapchainSize()const {return swapchain_rt->GetExtent();}
RenderCmdBuffer *GetRenderCmdBuffer();
};//class SwapchainModule:public GraphModule
VK_NAMESPACE_END