Changeset c6f0793 in opengl-game for sdl-game.hpp


Ignore:
Timestamp:
Feb 14, 2021, 12:11:30 AM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
9067efc
Parents:
d8cf709
git-author:
Dmitry Portnoy <dportnoy@…> (02/14/21 00:11:10)
git-committer:
Dmitry Portnoy <dportnoy@…> (02/14/21 00:11:30)
Message:

Use done instead of quit as the game loop flag and change it to an instance variable in SDLGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sdl-game.hpp

    rd8cf709 rc6f0793  
    66
    77#include <SDL2/SDL.h>
     8
    89#include "IMGUI/imgui_impl_vulkan.h"
    910
     
    3637         const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData,
    3738         void* pUserData);
     39
     40      bool done;
    3841
    3942      // TODO: Good place to start using smart pointers
Note: See TracChangeset for help on using the changeset viewer.