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