use RenderCmdBuffer instead RenderCommand,

use TextureCmdBuffer instead TextureCommand.
This commit is contained in:
2020-11-09 15:37:00 +08:00
parent a91d8140c7
commit 722ab900d6
20 changed files with 46 additions and 46 deletions

View File

@@ -46,8 +46,8 @@ using VAB=VertexAttribBuffer;
class IndexBuffer;
class GPUCmdBuffer;
class RenderCommand;
class TextureCommand;
class RenderCmdBuffer;
class TextureCmdBuffer;
class RenderPass;
class GPUFence;
class GPUSemaphore;