vkSetLocalDimmingAMD(3)
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
-
device
is the device associated withswapChain
. -
swapChain
handle to enable local dimming. -
localDimmingEnable
specifies whether local dimming is enabled for the swapchain.
See Also
VK_AMD_display_native_hdr, VkBool32
, VkDevice, VkSwapchainKHR
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.