Added more comments to the swapchain, some renaming for clarification
This commit is contained in:
parent
ac7a902c41
commit
eedf4d4188
3 changed files with 81 additions and 21 deletions
|
|
@ -1756,5 +1756,5 @@ void VulkanExampleBase::initSwapchain()
|
|||
|
||||
void VulkanExampleBase::setupSwapChain()
|
||||
{
|
||||
swapChain.create(setupCmdBuffer, &width, &height, enableVSync);
|
||||
swapChain.create(&width, &height, enableVSync);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue