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

@@ -48,9 +48,9 @@ public:
}
}
GraphModule *gm=new T(gmm,dgm_map);
GraphModule *gm=new T(gmm);
if(!gm->InitDependentModules(gmm))
if(!gm->InitDependentModules(dgm))
{
delete gm;
return(nullptr);