Changeset 4eb4d0a in opengl-game for game-gui-sdl.hpp
- Timestamp:
- Aug 30, 2019, 4:01:54 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 99d44b2
- Parents:
- 0df3c9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.hpp
r0df3c9a r4eb4d0a 17 17 void DestroyWindow(); 18 18 19 #ifdef GAMEGUI_INCLUDE_VULKAN 19 20 bool CreateVulkanSurface(VkInstance instance, VkSurfaceKHR* surface); 21 #endif 22 20 23 vector<const char*> GetRequiredExtensions(); 21 24 void GetWindowSize(int* width, int* height);
Note:
See TracChangeset
for help on using the changeset viewer.