created RenderTargetManager they are codes from TextureManager

This commit is contained in:
2024-12-24 13:10:01 +08:00
parent 2516e9cfc1
commit c7ae16b2c8
15 changed files with 71 additions and 88 deletions

View File

@@ -32,7 +32,9 @@ public:
GRAPH_MODULE_CONSTRUCT(SwapchainModule)
virtual ~SwapchainModule();
bool Init(GraphModulesMap *) override;
bool InitDependentModules(GraphModulesMap &) override;
bool Init() override;
bool BeginFrame();
void EndFrame();