Changeset 845a2cb in opengl-game for main-vulkan.cpp


Ignore:
Timestamp:
Apr 22, 2020, 12:58:07 AM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
points-test
Parents:
73a10ca
Message:

test point size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main-vulkan.cpp

    r73a10ca r845a2cb  
    2525
    2626   try {
    27       game.run(800, 600, GUI_FLAGS_WINDOW_FULLSCREEN);
     27      game.run(800, 600, 0);
    2828   } catch (const exception& e) {
    2929      cerr << e.what() << endl;
Note: See TracChangeset for help on using the changeset viewer.