删除Geometry2D中测试添加的Draw()

This commit is contained in:
hyzboy 2019-07-11 15:08:09 +08:00
parent 3a3c910ce9
commit 9d02859f46

View File

@ -165,12 +165,6 @@ public:
{ {
BuildCommandBuffer(&render_list); BuildCommandBuffer(&render_list);
} }
void Draw()
{
AcquireNextImage();
VulkanApplicationFramework::Draw();
}
};//class TestApp:public VulkanApplicationFramework };//class TestApp:public VulkanApplicationFramework
int main(int,char **) int main(int,char **)