Added more comments to the swapchain, some renaming for clarification

This commit is contained in:
Sascha Willems 2016-07-20 16:45:09 +02:00
parent ac7a902c41
commit eedf4d4188
3 changed files with 81 additions and 21 deletions

View file

@ -1756,5 +1756,5 @@ void VulkanExampleBase::initSwapchain()
void VulkanExampleBase::setupSwapChain()
{
swapChain.create(setupCmdBuffer, &width, &height, enableVSync);
swapChain.create(&width, &height, enableVSync);
}