Skip to content

Commit

Permalink
remove swapchain rebuild check
Browse files Browse the repository at this point in the history
  • Loading branch information
petr committed Jul 18, 2021
1 parent a34b391 commit 8efc4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pf_glfw_vulkan/vulkan/types/SwapChain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void SwapChain::init() {

const std::vector<std::shared_ptr<FrameBuffer>> &SwapChain::getFrameBuffers() const { return frameBuffers; }
void SwapChain::swap() {
checkRebuild();
//checkRebuild();
imageFences[frameIdx]->wait();
imageIdx =
logicalDevice->getVkLogicalDevice()
Expand Down

0 comments on commit 8efc4e6

Please sign in to comment.