diff options
| author | Dr. Chat <arkolbed@gmail.com> | 2018-05-05 17:11:18 -0500 |
|---|---|---|
| committer | Dr. Chat <arkolbed@gmail.com> | 2018-05-05 17:13:09 -0500 |
| commit | 53be87f6ba4008ff01d0811d29602606b250045d (patch) | |
| tree | 51f1ddb04be0b4087abdc24bae4ec3721e325b8b /third_party/vulkan/vk_platform.h | |
| parent | c5dbcc7e80bfa6b859a13799baf540495fec63d4 (diff) | |
| parent | 30f8fe7bb0d02bf1e09ec139e97c1a4d51defde8 (diff) | |
Merge mastertexsplit
Diffstat (limited to 'third_party/vulkan/vk_platform.h')
| -rw-r--r-- | third_party/vulkan/vk_platform.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/third_party/vulkan/vk_platform.h b/third_party/vulkan/vk_platform.h index 72f80493c..728929924 100644 --- a/third_party/vulkan/vk_platform.h +++ b/third_party/vulkan/vk_platform.h @@ -89,32 +89,4 @@ extern "C" } // extern "C" #endif // __cplusplus -// Platform-specific headers required by platform window system extensions. -// These are enabled prior to #including "vulkan.h". The same enable then -// controls inclusion of the extension interfaces in vulkan.h. - -#ifdef VK_USE_PLATFORM_ANDROID_KHR -#include <android/native_window.h> -#endif - -#ifdef VK_USE_PLATFORM_MIR_KHR -#include <mir_toolkit/client_types.h> -#endif - -#ifdef VK_USE_PLATFORM_WAYLAND_KHR -#include <wayland-client.h> -#endif - -#ifdef VK_USE_PLATFORM_WIN32_KHR -#include <windows.h> -#endif - -#ifdef VK_USE_PLATFORM_XLIB_KHR -#include <X11/Xlib.h> -#endif - -#ifdef VK_USE_PLATFORM_XCB_KHR -#include <xcb/xcb.h> -#endif - #endif |
