split RenderCommand/TextureCommand from GPUCmdBuffer

This commit is contained in:
2020-10-28 12:30:44 +08:00
parent 672a14e656
commit 2e05e06b3f
18 changed files with 127 additions and 166 deletions

View File

@@ -45,6 +45,8 @@ using VAB=VertexAttribBuffer;
class IndexBuffer;
class GPUCmdBuffer;
class RenderCommand;
class TextureCommand;
class RenderPass;
class GPUFence;
class GPUSemaphore;