No longer submit initial depth/stencil image barrier outside of setup command buffer (#57), updated swapChain usage to recent refactorings
This commit is contained in:
parent
0e00f30fb1
commit
edc92112df
3 changed files with 19 additions and 16 deletions
|
|
@ -252,7 +252,6 @@ struct VulkanExample
|
|||
assert(!err);
|
||||
|
||||
createSetupCommandBuffer();
|
||||
|
||||
startSetupCommandBuffer();
|
||||
|
||||
swapChain.create(setupCmdBuffer, &width, &height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue