Changeset 2e77b3f in opengl-game for main-vulkan.cpp


Ignore:
Timestamp:
Sep 14, 2019, 12:29:44 AM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
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)
Message:

Move the debug status output from the main functions to the openglgame and vulkangame classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main-vulkan.cpp

    rcabdd5c r2e77b3f  
    1717
    1818int __main(int argc, char* argv[]) {
    19 
    20 #ifdef NDEBUG
    21    cout << "DEBUGGING IS OFF" << endl;
    22 #else
    23    cout << "DEBUGGING IS ON" << endl;
    24 #endif
    25 
    2619   cout << "Starting Vulkan Game..." << endl;
    2720
Note: See TracChangeset for help on using the changeset viewer.