The VK_KHR_mir_surface extension is an instance extension. It provides a
mechanism to create a VkSurfaceKHR
object (defined by the
VK_KHR_surface extension) that refers to a Mir surface, as well as a query
to determine support for rendering to the windows desktop.
1) Does Mir need a way to query for compatibility between a particular physical device (and queue family?) and a specific Mir connection, screen, window, etc.?
RESOLVED: Yes, vkGetPhysicalDeviceMirPresentationSupportKHR() was added to address this.
Revision 1, 2015-09-23 (Jesse Hall)
Revision 2, 2015-10-02 (James Jones)
Revision 3, 2015-10-26 (Ian Elliott)
Revision 4, 2015-11-28 (Daniel Rakos)