Changeset ea2b4dc in opengl-game for vulkan-game.hpp
- Timestamp:
- Feb 14, 2021, 4:24:08 AM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 880cfc2
- Parents:
- 1cb64e6
- git-author:
- Dmitry Portnoy <dportnoy@…> (02/14/21 04:23:03)
- git-committer:
- Dmitry Portnoy <dportnoy@…> (02/14/21 04:24:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.hpp
r1cb64e6 rea2b4dc 17 17 #include <SDL2/SDL.h> 18 18 #include <SDL2/SDL_ttf.h> 19 20 #include "IMGUI/imgui_impl_vulkan.h" 19 21 20 22 #include "consts.hpp" … … 451 453 vector<VkDescriptorBufferInfo>& bufferInfoList); 452 454 453 void renderFrame( );455 void renderFrame(ImDrawData* draw_data); 454 456 void presentFrame(); 455 457
Note:
See TracChangeset
for help on using the changeset viewer.