Structures
VkPhysicalDeviceExternalSemaphoreInfo
Structure specifying semaphore creation parameters.
The VkPhysicalDeviceExternalSemaphoreInfo
structure is defined as:
typedef struct VkPhysicalDeviceExternalSemaphoreInfo {
VkStructureType sType;
const void* pNext;
VkExternalSemaphoreHandleTypeFlagBits handleType;
} VkPhysicalDeviceExternalSemaphoreInfo;
or the equivalent
typedef VkPhysicalDeviceExternalSemaphoreInfo VkPhysicalDeviceExternalSemaphoreInfoKHR;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.handleType
is a VkExternalSemaphoreHandleTypeFlagBits value specifying the external semaphore handle type for which capabilities will be returned.
Valid Usage (Implicit)
VUID-VkPhysicalDeviceExternalSemaphoreInfo-sType-sType
sType
must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO
VUID-VkPhysicalDeviceExternalSemaphoreInfo-pNext-pNext
pNext
must be NULL
or a pointer to a valid instance of VkSemaphoreTypeCreateInfo
VUID-VkPhysicalDeviceExternalSemaphoreInfo-sType-unique
The sType
value of each struct in the pNext
chain must be unique
VUID-VkPhysicalDeviceExternalSemaphoreInfo-handleType-parameter
handleType
must be a valid VkExternalSemaphoreHandleTypeFlagBits value