create GPUDevice::ClearRenderPassManage() function.

This commit is contained in:
2021-09-22 16:31:35 +08:00
parent f0ae8f5dae
commit 4614bca36c
3 changed files with 10 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ GPUDevice::~GPUDevice()
SAFE_CLEAR(swapchainRT);
SAFE_CLEAR(swapchain);
delete(render_pass_manage);
ClearRenderPassManage();
SAFE_CLEAR(texture_queue);
SAFE_CLEAR(texture_cmd_buf);