Changeset 2e77b3f in opengl-game for vulkan-game.cpp
- Timestamp:
- Sep 14, 2019, 12:29:44 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- c559904
- Parents:
- cabdd5c
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (09/14/19 00:27:26)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (09/14/19 00:29:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.cpp
rcabdd5c r2e77b3f 16 16 17 17 void VulkanGame::run(int width, int height, unsigned char guiFlags) { 18 cout << "DEBUGGING IS " << (ENABLE_VALIDATION_LAYERS ? "ON" : "OFF") << endl; 19 20 cout << "Vulkan Game" << endl; 21 18 22 if (initWindow(width, height, guiFlags) == RTWO_ERROR) { 19 23 return;
Note:
See TracChangeset
for help on using the changeset viewer.