Structures
VkDisplayNativeHdrSurfaceCapabilitiesAMD
Structure describing display native HDR specific capabilities of a surface
The VkDisplayNativeHdrSurfaceCapabilitiesAMD
structure is defined as:
typedef struct VkDisplayNativeHdrSurfaceCapabilitiesAMD {
VkStructureType sType;
void* pNext;
VkBool32 localDimmingSupport;
} VkDisplayNativeHdrSurfaceCapabilitiesAMD;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.localDimmingSupport
specifies whether the surface supports local dimming. If this isVK_TRUE
, VkSwapchainDisplayNativeHdrCreateInfoAMDcan be used to explicitly enable or disable local dimming for the surface. Local dimming may also be overridden by vkSetLocalDimmingAMD during the lifetime of the swapchain.
Valid Usage (Implicit)
VUID-VkDisplayNativeHdrSurfaceCapabilitiesAMD-sType-sType
sType
must be VK_STRUCTURE_TYPE_DISPLAY_NATIVE_HDR_SURFACE_CAPABILITIES_AMD