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;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.powerStateis 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