Changeset a6f6833 in opengl-game for vulkan-game.cpp
- Timestamp:
- Sep 15, 2019, 5:27:13 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 92cbc6a
- Parents:
- 09e15a4
- File:
-
- 1 edited
-
vulkan-game.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.cpp
r09e15a4 ra6f6833 78 78 } 79 79 80 int actualWidth, actualHeight;81 gui->getWindowSize(&actualWidth, &actualHeight);82 83 80 cout << "Target window size: (" << width << ", " << height << ")" << endl; 84 cout << "Actual window size: (" << actualWidth << ", " << actualHeight<< ")" << endl;81 cout << "Actual window size: (" << gui->getWindowWidth() << ", " << gui->getWindowHeight() << ")" << endl; 85 82 86 83 return RTWO_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)