Added GraphManager/TextureManager, moved few codes to they are.

This commit is contained in:
2024-10-29 00:34:02 +08:00
parent 983281f6ad
commit 2221e10750
14 changed files with 210 additions and 114 deletions

View File

@@ -19,7 +19,7 @@ public:
GraphModuleManager(GPUDevice *dev){device=dev;}
~GraphModuleManager();
GPUDevice *GetDevice(){return device;} ///<取得GPU设备
GPUDevice *GetDevice()noexcept{return device;} ///<取得GPU设备
/**
* 获取指定名称的模块