diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-11-25 13:26:15 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-01 10:26:04 -0700 |
| commit | 9d452bdb2df85adff77c19ab85cd26b24cbeadbf (patch) | |
| tree | c48fdef356eb0ed86e1782b0ef972aac47af2d91 /loader/loader.h | |
| parent | 68d7d2390fc6080a00046e35f4b68b2eaa6cc9ea (diff) | |
| download | usermoji-9d452bdb2df85adff77c19ab85cd26b24cbeadbf.tar.xz | |
wsi: Moved definition of CreateXxxSurface extension to CMakefile
Removed component-specific definitions
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/loader/loader.h b/loader/loader.h index 18766ef6..0c70f591 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -32,14 +32,6 @@ #ifndef LOADER_H #define LOADER_H -#if defined _WIN32 -#define VK_USE_PLATFORM_WIN32_KHR -#else -//#define VK_USE_PLATFORM_MIR_KHR -//#define VK_USE_PLATFORM_WAYLAND_KHR -#define VK_USE_PLATFORM_XCB_KHR -//#define VK_USE_PLATFORM_XLIB_KHR -#endif #include <vulkan/vulkan.h> #include <vk_loader_platform.h> @@ -193,6 +185,7 @@ struct loader_icd { #endif #ifdef VK_USE_PLATFORM_XCB_KHR PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR GetPhysicalDeviceXcbPresentationSupportKHR; + PFN_vkCreateXcbSurfaceKHR vkCreateXcbSurfaceKHR; #endif #ifdef VK_USE_PLATFORM_XLIB_KHR PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR GetPhysicalDeviceXlibPresentationSupportKHR; |
