Changeset 28ea92f in opengl-game for vulkan-game.hpp


Ignore:
Timestamp:
Feb 14, 2021, 3:12:38 AM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
737c26a
Parents:
4e2c709
Message:

Rename the flag for recreating the swap chain to shouldRecreateSwapChain in both VulkanGame and SDLGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    r4e2c709 r28ea92f  
    293293      uint32_t currentFrame;
    294294
    295       bool framebufferResized;
     295      bool shouldRecreateSwapChain;
    296296
    297297      VkDescriptorPool imguiDescriptorPool;
Note: See TracChangeset for help on using the changeset viewer.