Backout the vulkan change in cd67e676bca7 breaks Mir builds

This commit is contained in:
Brandon Schaefer
2018-02-23 19:12:04 -05:00
parent 1e7c6e97ff
commit 149c55a3fd

View File

@@ -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