moved few codes to SwapchainModule
This commit is contained in:
@@ -6,11 +6,16 @@ VK_NAMESPACE_BEGIN
|
||||
|
||||
class SwapchainModule:public GraphModule
|
||||
{
|
||||
Swapchain *swapchain=nullptr;
|
||||
|
||||
RTSwapchain *swapchain_rt=nullptr;
|
||||
|
||||
public:
|
||||
|
||||
GRAPH_MODULE_CONSTRUCT(Swapchain)
|
||||
virtual ~SwapchainModule()=default;
|
||||
|
||||
bool Init() override;
|
||||
};//class SwapchainModule:public RenderModule
|
||||
|
||||
VK_NAMESPACE_END
|
||||
|
Reference in New Issue
Block a user