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-physicalDevice-parameter
physicalDevice
must be a valid VkPhysicalDevice handle
VUID-vkReleaseDisplayEXT-display-parameter
display
must be a valid VkDisplayKHR handle
VUID-vkReleaseDisplayEXT-display-parent
display
must have been created, allocated, or retrieved from physicalDevice