wsi: Make WSI cases more consistent, fail if not set correctly
authorMark Lobodzinski <mark@lunarg.com>
Thu, 10 Dec 2015 23:25:21 +0000 (16:25 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 4 May 2018 15:24:21 +0000 (09:24 -0600)
Filled in build details for Mir, Wayland, etc.

include/vulkan/vk_layer.h

index 47165f7..a2b25d2 100644 (file)
@@ -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