Changeset 0e09340 in opengl-game for vulkan-game.hpp


Ignore:
Timestamp:
Sep 27, 2019, 8:21:48 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
fa9fa1c
Parents:
6fc24c7
Message:

In vulkangame, detect when the framebuffer is resized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    r6fc24c7 r0e09340  
    4040      VkRenderPass renderPass;
    4141
     42      bool framebufferResized = false;
     43
    4244      bool initWindow(int width, int height, unsigned char guiFlags);
    4345      void initVulkan();
Note: See TracChangeset for help on using the changeset viewer.