Better structure again (whoohoo)!
This commit is contained in:
@@ -301,6 +301,7 @@ void CveSwapChain::createFramebuffers() {
|
||||
|
||||
void CveSwapChain::createDepthResources() {
|
||||
VkFormat depthFormat = findDepthFormat();
|
||||
swapChainDepthFormat = depthFormat;
|
||||
VkExtent2D swapChainExtent = getSwapChainExtent();
|
||||
|
||||
depthImages.resize(imageCount());
|
||||
|
||||
Reference in New Issue
Block a user