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

@@ -105,6 +105,11 @@ GraphModule *GraphModuleManager::GetModule(const AnsiIDName &name,bool create)
return nullptr;
}
GraphModuleManager::GraphModuleManager(RenderFramework *rf)
{
framework=rf;
}
GraphModuleManager::~GraphModuleManager()
{
//按顺序加入module_list的要倒着释放