Changeset 2e77b3f in opengl-game for main-vulkan.cpp
- Timestamp:
- Sep 14, 2019, 12:29:44 AM (5 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
-
main-vulkan.cpp
rcabdd5c r2e77b3f 17 17 18 18 int __main(int argc, char* argv[]) { 19 20 #ifdef NDEBUG21 cout << "DEBUGGING IS OFF" << endl;22 #else23 cout << "DEBUGGING IS ON" << endl;24 #endif25 26 19 cout << "Starting Vulkan Game..." << endl; 27 20
Note:
See TracChangeset
for help on using the changeset viewer.