Changeset 845a2cb in opengl-game for main-vulkan.cpp
- Timestamp:
- Apr 22, 2020, 12:58:07 AM (5 years ago)
- Branches:
- points-test
- Parents:
- 73a10ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main-vulkan.cpp
r73a10ca r845a2cb 25 25 26 26 try { 27 game.run(800, 600, GUI_FLAGS_WINDOW_FULLSCREEN);27 game.run(800, 600, 0); 28 28 } catch (const exception& e) { 29 29 cerr << e.what() << endl;
Note:
See TracChangeset
for help on using the changeset viewer.