Added module_init in GraphModule, pareparing to splite "new" and "init" operation, because the dependency is must support.

This commit is contained in:
2024-12-12 13:32:28 +08:00
parent c45047c482
commit 758acafe88
2 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include<hgl/graph/VKNamespace.h>
@@ -42,4 +42,4 @@ public:
#define REGISTRY_GRAPH_MODULE(Class) {RegistryGraphModuleFactory(#Class,new RegistryGraphModule<Class>);}
VK_NAMESPACE_END
VK_NAMESPACE_END