Function Prototype

vkReleaseDisplayEXT

Release access to an acquired VkDisplayKHR

To release a previously acquired display, call:

VkResult vkReleaseDisplayEXT(
    VkPhysicalDevice physicalDevice,
    VkDisplayKHR display);
  • physicalDevice The physical device the display is on.
  • display The display to release control of.

Valid Usage (Implicit)

VUID-vkReleaseDisplayEXT-display-parent

display must have been created, allocated, or retrieved from physicalDevice