moved codes to VKDeviceRenderPassManage.cpp/.h

This commit is contained in:
2021-09-22 16:28:39 +08:00
parent b5188a63ea
commit f0ae8f5dae
10 changed files with 411 additions and 421 deletions

View File

@@ -63,14 +63,9 @@ class GPUCmdBuffer;
class RenderCmdBuffer;
class TextureCmdBuffer;
enum class RenderPassTypeBy
{
Simple=0,
Normal,
Verbose
};//
class RenderPass;
class DeviceRenderPassManage;
class GPUFence;
class GPUSemaphore;