Changeset c6f0793 in opengl-game for sdl-game.hpp
- Timestamp:
- Feb 14, 2021, 12:11:30 AM (4 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sdl-game.hpp
rd8cf709 rc6f0793 6 6 7 7 #include <SDL2/SDL.h> 8 8 9 #include "IMGUI/imgui_impl_vulkan.h" 9 10 … … 36 37 const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData, 37 38 void* pUserData); 39 40 bool done; 38 41 39 42 // TODO: Good place to start using smart pointers
Note:
See TracChangeset
for help on using the changeset viewer.