函数改名使得代码更容易理解

This commit is contained in:
2019-06-28 10:17:34 +08:00
parent 36156b0172
commit 60d31a4886
3 changed files with 4 additions and 4 deletions

View File

@@ -224,7 +224,7 @@ public:
VkCommandBuffer cb=*cmd_buf[index];
device->SubmitDraw(&cb);
device->QueuePresent();
device->PresentBackbuffer();
}
virtual void Draw()