Structures

VkDisplayEventInfoEXT

Describe a display event to create

The VkDisplayEventInfoEXT structure is defined as:

typedef struct VkDisplayEventInfoEXT {
    VkStructureType sType;
    const void* pNext;
    VkDisplayEventTypeEXT displayEvent;
} VkDisplayEventInfoEXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • displayEvent is a VkDisplayEventTypeEXT specifying when the fence will be signaled.

Valid Usage (Implicit)

VUID-VkDisplayEventInfoEXT-sType-sType

sType must be VK_STRUCTURE_TYPE_DISPLAY_EVENT_INFO_EXT