SwapChain function naming
This commit is contained in:
parent
0c5705f2e9
commit
bf37fa2d17
2 changed files with 3 additions and 3 deletions
|
|
@ -526,7 +526,7 @@ void VulkanExampleBase::initVulkan(bool enableValidation)
|
|||
VkBool32 validDepthFormat = vkTools::getSupportedDepthFormat(physicalDevice, &depthFormat);
|
||||
assert(validDepthFormat);
|
||||
|
||||
swapChain.init(instance, physicalDevice, device);
|
||||
swapChain.connect(instance, physicalDevice, device);
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue