add RenderPassTypeBy and cache

This commit is contained in:
2021-09-22 15:32:20 +08:00
parent 9f80a02821
commit b5188a63ea
10 changed files with 125 additions and 43 deletions

View File

@@ -62,6 +62,14 @@ class IndexBuffer;
class GPUCmdBuffer;
class RenderCmdBuffer;
class TextureCmdBuffer;
enum class RenderPassTypeBy
{
Simple=0,
Normal,
Verbose
};//
class RenderPass;
class GPUFence;
class GPUSemaphore;