Changeset 4eb4d0a in opengl-game for game-gui-glfw.cpp
- 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-glfw.cpp
r0df3c9a r4eb4d0a 22 22 } 23 23 24 #ifdef GAMEGUI_INCLUDE_VULKAN 25 24 26 bool GameGui_GLFW::CreateVulkanSurface(VkInstance instance, VkSurfaceKHR* surface) { 25 27 return glfwCreateWindowSurface(instance, window, nullptr, surface) == VK_SUCCESS ? 26 28 RTWO_SUCCESS : RTWO_ERROR; 27 29 } 30 31 #endif 28 32 29 33 vector<const char*> GameGui_GLFW::GetRequiredExtensions() {
Note:
See TracChangeset
for help on using the changeset viewer.