Skip to content

Commit

Permalink
Backout the vulkan change in d449dea10fc8 breaks Mir builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSchaefer committed Feb 24, 2018
1 parent e17c321 commit 0626486
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/video/SDL_vulkan_internal.h
Expand Up @@ -38,6 +38,9 @@
#if SDL_VIDEO_DRIVER_COCOA
#define VK_USE_PLATFORM_MACOS_MVK
#endif
#if SDL_VIDEO_DRIVER_MIR
#define VK_USE_PLATFORM_MIR_KHR
#endif
#if SDL_VIDEO_DRIVER_UIKIT
#define VK_USE_PLATFORM_IOS_MVK
#endif
Expand Down

0 comments on commit 0626486

Please sign in to comment.