Structures

VkDeviceEventInfoEXT

Describe a device event to create

The VkDeviceEventInfoEXT structure is defined as:

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

Valid Usage (Implicit)

VUID-VkDeviceEventInfoEXT-sType-sType

sType must be VK_STRUCTURE_TYPE_DEVICE_EVENT_INFO_EXT