Changeset 3b7d497 in opengl-game for main-vulkan.cpp
- Timestamp:
- Jan 2, 2021, 4:19:31 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 6493e43
- Parents:
- c324d6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main-vulkan.cpp
rc324d6a r3b7d497 4 4 #include "crash-logger.hpp" 5 5 6 #include "vulkan-game.hpp" 6 //#include "vulkan-game.hpp" 7 #include "sdl-game.hpp" 7 8 8 9 using namespace std; … … 25 26 26 27 try { 27 game.run(800, 600, GUI_FLAGS_WINDOW_FULLSCREEN); 28 //game.run(800, 600, 0); 29 //game.run(800, 600, GUI_FLAGS_WINDOW_FULLSCREEN); 30 game.run(1280, 720, 0); 28 31 } catch (const exception& e) { 29 32 cerr << e.what() << endl;
Note:
See TracChangeset
for help on using the changeset viewer.