wsi: Make WSI cases more consistent, fail if not set correctly

Filled in build details for Mir, Wayland, etc.
This commit is contained in:
Mark Lobodzinski 2015-12-10 16:25:21 -07:00
parent 05db2f0c54
commit d7f76a87d7

View File

@ -196,6 +196,9 @@ typedef struct VkLayerInstanceDispatchTable_
PFN_vkCreateXlibSurfaceKHR CreateXlibSurfaceKHR; PFN_vkCreateXlibSurfaceKHR CreateXlibSurfaceKHR;
PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR GetPhysicalDeviceXlibPresentationSupportKHR; PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR GetPhysicalDeviceXlibPresentationSupportKHR;
#endif #endif
#ifdef VK_USE_PLATFORM_ANDROID_KHR
PFN_vkCreateAndroidSurfaceKHR CreateAndroidSurfaceKHR;
#endif
} VkLayerInstanceDispatchTable; } VkLayerInstanceDispatchTable;
// LL node for tree of dbg callback functions // LL node for tree of dbg callback functions