C Specification
The local dimming HDR setting may also be changed over the life of a swapchain by calling:
// Provided by VK_AMD_display_native_hdr
void vkSetLocalDimmingAMD(
    VkDevice                                    device,
    VkSwapchainKHR                              swapChain,
    VkBool32                                    localDimmingEnable);Parameters
- 
deviceis the device associated withswapChain.
- 
swapChainhandle to enable local dimming.
- 
localDimmingEnablespecifies whether local dimming is enabled for the swapchain.
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.