Changeset 4eb4d0a in opengl-game for game-gui-sdl.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-sdl.cpp
r0df3c9a r4eb4d0a 47 47 } 48 48 49 #ifdef GAMEGUI_INCLUDE_VULKAN 50 49 51 bool GameGui_SDL::CreateVulkanSurface(VkInstance instance, VkSurfaceKHR* surface) { 50 52 return SDL_Vulkan_CreateSurface(window, instance, surface) ? 51 53 RTWO_SUCCESS : RTWO_ERROR; 52 54 } 55 56 #endif 53 57 54 58 vector<const char*> GameGui_SDL::GetRequiredExtensions() {
Note:
See TracChangeset
for help on using the changeset viewer.