Changeset 7d2b0b9 in opengl-game for vulkan-game.hpp
- Timestamp:
- Oct 3, 2019, 3:44:55 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 3de31cf
- Parents:
- 4d84c72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.hpp
r4d84c72 r7d2b0b9 3 3 4 4 #include "game-gui-sdl.hpp" 5 #include "graphics-pipeline_vulkan.hpp" 5 6 6 7 #ifdef NDEBUG … … 19 20 private: 20 21 GameGui* gui; 22 23 vector<GraphicsPipeline_Vulkan> graphicsPipelines; 21 24 22 25 SDL_version sdlVersion;
Note:
See TracChangeset
for help on using the changeset viewer.