diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-12-10 16:25:21 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2015-12-11 15:32:58 -0700 |
| commit | 159b7606b0784eb17eda6d1bc3a8c0452b70d289 (patch) | |
| tree | a9412734afce83937aafb216d733a88075c2c0a1 /include/vulkan/vk_layer.h | |
| parent | 1665af28d4f7804475621b009d34bd698a814149 (diff) | |
| download | usermoji-159b7606b0784eb17eda6d1bc3a8c0452b70d289.tar.xz | |
wsi: Make WSI cases more consistent, fail if not set correctly
Filled in build details for Mir, Wayland, etc.
Diffstat (limited to 'include/vulkan/vk_layer.h')
| -rw-r--r-- | include/vulkan/vk_layer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h index 47165f77..a2b25d2d 100644 --- a/include/vulkan/vk_layer.h +++ b/include/vulkan/vk_layer.h @@ -196,6 +196,9 @@ typedef struct VkLayerInstanceDispatchTable_ PFN_vkCreateXlibSurfaceKHR CreateXlibSurfaceKHR; PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR GetPhysicalDeviceXlibPresentationSupportKHR; #endif +#ifdef VK_USE_PLATFORM_ANDROID_KHR + PFN_vkCreateAndroidSurfaceKHR CreateAndroidSurfaceKHR; +#endif } VkLayerInstanceDispatchTable; // LL node for tree of dbg callback functions |
