use AnsiIDName instead of AnsiString in GraphModuleMap

This commit is contained in:
2024-10-23 23:22:41 +08:00
parent 7d586182c8
commit e52f7c13a9
8 changed files with 67 additions and 56 deletions

View File

@@ -8,13 +8,7 @@ class SwapchainModule:public GraphModule
{
public:
static const char *GetModuleName(){return "Swapchain";}
public:
NO_COPY_NO_MOVE(SwapchainModule);
SwapchainModule(GraphModuleManager *gmm):GraphModule(gmm,"Swapchain"){}
GRAPH_MODULE_CONSTRUCT(Swapchain)
virtual ~SwapchainModule()=default;
};//class SwapchainModule:public RenderModule