Changeset 28ea92f in opengl-game for sdl-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
  • sdl-game.hpp

    r4e2c709 r28ea92f  
    8686      uint32_t currentFrame;
    8787
     88      bool shouldRecreateSwapChain;
     89
    8890      // My code, but not complete. Skips creating the SDL renderer, probably because it doesn't use hardware acceleration.
    8991      // I should try to get uncapped framerate and compare performance w/ and w/out an SDL renderer
Note: See TracChangeset for help on using the changeset viewer.