vkGetPhysicalDeviceMirPresentationSupportKHR(3) ============================================== Name ---- vkGetPhysicalDeviceMirPresentationSupportKHR - query physical device for presentation to Mir. C Specification --------------- include::../protos/vkGetPhysicalDeviceMirPresentationSupportKHR.txt[] Parameters ---------- pname:physicalDevice:: A physical device handle. pname:queueFamilyIndex:: Index to a queue family. pname:connection:: Pointer to a MirConnection. Description ----------- fname:vkGetPhysicalDeviceMirPresentationSupportKHR determines whether a queue family of a physical device supports presentation to the Mir compositor. pname:connection is an instance of the slink:MirConnection structure, the definition of which is: include::../structs/MirConnection.txt[] include::../validity/protos/vkGetPhysicalDeviceMirPresentationSupportKHR.txt[] See Also -------- flink:vkQueuePresentKHR include::footer.txt[]