a lot of rename

This commit is contained in:
2020-10-21 12:39:22 +08:00
parent a20afeba9e
commit 0e56a6b00c
69 changed files with 304 additions and 304 deletions

View File

@@ -11,7 +11,7 @@ namespace hgl
{
class RenderList
{
vulkan::CommandBuffer *cmd_buf;
vulkan::GPUCmdBuffer *cmd_buf;
private:
@@ -41,7 +41,7 @@ namespace hgl
void Add (SceneNode *node) {if(node)scene_node_list.Add(node);}
void Clear () {scene_node_list.ClearData();}
bool Render(vulkan::CommandBuffer *);
bool Render(vulkan::GPUCmdBuffer *);
};//class RenderList
}//namespace graph
}//namespace hgl