removed graph_module_manager/swapchain_mode from GPUDevice.

This commit is contained in:
2024-10-29 01:48:38 +08:00
parent ffc6f0a074
commit e99b669ef3
3 changed files with 5 additions and 6 deletions

View File

@@ -31,12 +31,6 @@ struct CopyBufferToImageInfo;
class GPUDevice
{
private: //module
GraphModuleManager *graph_module_manager;
SwapchainModule *swapchain_module;
private:
GPUDeviceAttribute *attr;