Fixed samples 00-06

This commit is contained in:
2021-09-22 17:22:17 +08:00
parent 2753f95999
commit 3117b9673e
7 changed files with 25 additions and 78 deletions

View File

@@ -274,8 +274,6 @@ public:
render_list.Begin();
render_root.ExpendToList(&render_list);
render_list.End();
VulkanApplicationFramework::BuildCommandBuffer(index,&render_list);
}