GraphModuleManager construct include RenderFramework;

This commit is contained in:
2024-12-13 00:30:44 +08:00
parent 4f335f7230
commit ff475a69b1
8 changed files with 28 additions and 7 deletions

View File

@@ -85,7 +85,9 @@ public: //module
return tm;
}
SwapchainModule *GetSwapchain(){return swapchain_module;} ///<取得Swapchain模块
GPUDevice * GetDevice (){return device;}
VkDevice GetVkDevice (){return device->GetDevice();}
SwapchainModule * GetSwapchain(){return swapchain_module;} ///<取得Swapchain模块
public: //manager