Class VkSwapchainDisplayNativeHdrCreateInfoAMD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSwapchainDisplayNativeHdrCreateInfoAMD extends Struct<VkSwapchainDisplayNativeHdrCreateInfoAMD> implements NativeResource
Structure specifying display native HDR parameters of a newly created swapchain object.
Description

If the pNext chain of VkSwapchainCreateInfoKHR does not include this structure, the default value for localDimmingEnable is TRUE, meaning local dimming is initially enabled for the swapchain.

Valid Usage (Implicit)
Valid Usage

Layout


 struct VkSwapchainDisplayNativeHdrCreateInfoAMD {
     VkStructureType sType();
     void const * pNext();
     VkBool32 localDimmingEnable();
 }