example 0/1 run OK on newly RenderTarget

This commit is contained in:
2025-03-12 01:25:49 +08:00
parent 0706f27354
commit 774f106738
11 changed files with 103 additions and 85 deletions

View File

@@ -40,7 +40,7 @@ public:
bool GetSwapchainSize(VkExtent2D *)const;
SwapchainRenderTarget * GetRenderTarget ()const{return sc_render_target;}
IRenderTarget * AcquireNextImage()const;
bool AcquireNextImage()const;
};//class SwapchainModule:public GraphModule
VK_NAMESPACE_END