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

@@ -27,7 +27,7 @@ namespace hgl
protected:
virtual ThemeForm *CreateForm(Form *,RenderTarget *,RenderCommand *)=0;
virtual ThemeForm *CreateForm(Form *,RenderTarget *,RenderCmdBuffer *)=0;
virtual bool Render(ThemeForm *);