Code cleanup, better naming, moved comments to header
This commit is contained in:
parent
0b5281d087
commit
4a0c8b8f23
3 changed files with 37 additions and 42 deletions
|
|
@ -1077,7 +1077,7 @@ bool VulkanExampleBase::initVulkan()
|
|||
}
|
||||
assert(validFormat);
|
||||
|
||||
swapChain.connect(instance, physicalDevice, device);
|
||||
swapChain.setContext(instance, physicalDevice, device);
|
||||
|
||||
// Create synchronization objects
|
||||
VkSemaphoreCreateInfo semaphoreCreateInfo = vks::initializers::semaphoreCreateInfo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue