[DON'T WORK] added dependent modules ....

This commit is contained in:
2024-12-17 13:57:21 +08:00
parent d1c3934beb
commit 34846acae0
12 changed files with 150 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include<hgl/graph/module/RenderModule.h>
@@ -32,7 +32,7 @@ public:
GRAPH_MODULE_CONSTRUCT(SwapchainModule)
virtual ~SwapchainModule();
bool Init() override;
bool Init(GraphModulesMap *) override;
bool BeginFrame();
void EndFrame();