splited InitDependentModules

This commit is contained in:
2024-12-21 17:25:30 +08:00
parent bd9e587691
commit 2516e9cfc1
5 changed files with 45 additions and 21 deletions

View File

@@ -42,7 +42,9 @@ public:
GRAPH_MODULE_CONSTRUCT(TextureManager)
virtual ~TextureManager();
bool Init(GraphModulesMap *) override;
static const char **GetDependentModules();
bool Init() override;
const VkFormatProperties GetFormatProperties(const VkFormat)const;