InitGraphModuleManager/ClearGraphModuleManager in GPUDevice.

This commit is contained in:
2024-10-23 01:12:36 +08:00
parent 62f2e4f819
commit 7a373d6bc0
3 changed files with 14 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ struct CopyBufferToImageInfo;
class GPUDevice
{
GraphModuleManager *graph_module_manager;
GPUDeviceAttribute *attr;
DeviceQueue *texture_queue;