Changeset cd487fb in opengl-game for vulkan-ref.cpp


Ignore:
Timestamp:
Nov 12, 2019, 9:48:50 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
b8777b7
Parents:
e3bef3a
git-author:
Dmitry Portnoy <dmitry.portnoy@…> (11/12/19 21:25:58)
git-committer:
Dmitry Portnoy <dmitry.portnoy@…> (11/12/19 21:48:50)
Message:

Replace some couts with runtime_exceptions and, in vulkangame, only call SDL_SetRenderTarget once, during initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-ref.cpp

    re3bef3a rcd487fb  
    17161716
    17171717      void mainLoop() {
    1718          // TODO: Create some generic event-handling functions in game-gui-*
     1718         // TODO: Create some generic event-handling functions in game-gui
    17191719         SDL_Event e;
    17201720         bool quit = false;
Note: See TracChangeset for help on using the changeset viewer.