Changeset d8cf709 in opengl-game for main-vulkan.cpp
- Timestamp:
- Feb 13, 2021, 11:41:39 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- c6f0793
- Parents:
- 8b823e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main-vulkan.cpp
r8b823e7 rd8cf709 4 4 #include "crash-logger.hpp" 5 5 6 //#include "vulkan-game.hpp"7 #include "sdl-game.hpp"6 #include "vulkan-game.hpp" 7 //#include "sdl-game.hpp" 8 8 9 9 using namespace std; … … 24 24 25 25 try { 26 //game.run(800, 600, 0);26 game.run(800, 600, 0); 27 27 //game.run(800, 600, GUI_FLAGS_WINDOW_FULLSCREEN); 28 game.run(1280, 720, 0);29 28 } catch (const exception& e) { 30 29 cerr << e.what() << endl;
Note:
See TracChangeset
for help on using the changeset viewer.