C Specification
To release exclusive full-screen access from a swapchain, call:
// Provided by VK_EXT_full_screen_exclusive
VkResult vkReleaseFullScreenExclusiveModeEXT(
    VkDevice                                    device,
    VkSwapchainKHR                              swapchain);Parameters
- 
deviceis the device associated withswapchain.
- 
swapchainis the swapchain to release exclusive full-screen access from.
Description
| Note | Applications will not be able to present to  | 
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.