Structures

VkDisplayPowerInfoEXT

Describe the power state of a display

The VkDisplayPowerInfoEXT structure is defined as:

typedef struct VkDisplayPowerInfoEXT {
    VkStructureType sType;
    const void* pNext;
    VkDisplayPowerStateEXT powerState;
} VkDisplayPowerInfoEXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • powerState is a VkDisplayPowerStateEXT value specifying the new power state of the display.

Valid Usage (Implicit)

VUID-VkDisplayPowerInfoEXT-sType-sType

sType must be VK_STRUCTURE_TYPE_DISPLAY_POWER_INFO_EXT