Changeset 301c90a in opengl-game for main-vulkan.cpp


Ignore:
Timestamp:
Mar 13, 2021, 10:37:06 PM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
d255d52
Parents:
187b0f5
Message:

Implement the start of a generic UI system built on top of IMGUI, which can reposition elements when the screen is resized, and use it in VulkanGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main-vulkan.cpp

    r187b0f5 r301c90a  
    2424
    2525   try {
    26       game.run(800, 600, 0);
    27       //game.run(800, 600, GUI_FLAGS_WINDOW_FULLSCREEN);
     26      game.run(800, 600, GUI_FLAGS_WINDOW_FULLSCREEN);
    2827   } catch (const exception& e) {
    2928      cerr << e.what() << endl;
Note: See TracChangeset for help on using the changeset viewer.