Changeset 8667f76 in opengl-game for game-gui.hpp
- Timestamp:
- Jul 19, 2019, 9:49:52 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 80edd70
- Parents:
- 0e6ecf3
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (07/19/19 21:45:27)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (07/19/19 21:49:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui.hpp
r0e6ecf3 r8667f76 5 5 6 6 #include <string> 7 #include <vector> 7 8 8 9 using namespace std; … … 21 22 virtual void DestroyWindow() = 0; 22 23 23 virtual bool CreateVulkanSurface(VkInstance instance, VkSurfaceKHR* surface) = 0; 24 virtual bool CreateVulkanSurface(VkInstance instance, VkSurfaceKHR* surface) = 0; 25 virtual vector<const char*> GetRequiredExtensions() = 0; 26 virtual void GetWindowSize(int* width, int* height) = 0; 24 27 }; 25 28
Note:
See TracChangeset
for help on using the changeset viewer.