CommandBuffer增加CopyImageToBuffer

This commit is contained in:
2019-06-21 16:44:22 +08:00
parent 8461f31b1a
commit 1924f6cf2c
2 changed files with 12 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ private:
void CreateRenderObject()
{
ro_sphere=CreateRenderableSphere(db,material,16);
ro_sphere=CreateRenderableSphere(db,material,128);
}
bool InitAtomsphereUBO(vulkan::DescriptorSets *desc_set,uint bindpoint)