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
isNULL
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
VUID-VkDeviceEventInfoEXT-pNext-pNext
pNext
must be NULL
VUID-VkDeviceEventInfoEXT-deviceEvent-parameter
deviceEvent
must be a valid VkDeviceEventTypeEXT value