Exclude apple from vulkan windowing stuff as it is not supported

This commit is contained in:
kd-11 2016-03-07 17:24:32 +03:00
parent 22d49ae96a
commit d58bd1c916
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#ifdef _WIN32
#define VK_USE_PLATFORM_WIN32_KHR
#else
#elif !defined __APPLE__
#define VK_USE_PLATFORM_XLIB_KHR
#endif