aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan/vk_layer.h
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2015-12-10 16:25:21 -0700
committerMark Lobodzinski <mark@lunarg.com>2015-12-11 15:32:58 -0700
commit159b7606b0784eb17eda6d1bc3a8c0452b70d289 (patch)
treea9412734afce83937aafb216d733a88075c2c0a1 /include/vulkan/vk_layer.h
parent1665af28d4f7804475621b009d34bd698a814149 (diff)
downloadusermoji-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.h3
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