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
isNULL
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
VUID-VkDisplayPowerInfoEXT-pNext-pNext
pNext
must be NULL
VUID-VkDisplayPowerInfoEXT-powerState-parameter
powerState
must be a valid VkDisplayPowerStateEXT value