Enum
VkSemaphoreImportFlagBits
Bitmask specifying additional parameters of semaphore payload import
Bits which can be set in
- VkImportSemaphoreWin32HandleInfoKHR::
flags
- VkImportSemaphoreFdInfoKHR::
flags
- VkImportSemaphoreZirconHandleInfoFUCHSIA::
flags
specifying additional parameters of a semaphore import operation are:
typedef enum VkSemaphoreImportFlagBits {
VK_SEMAPHORE_IMPORT_TEMPORARY_BIT = 0x00000001,
} VkSemaphoreImportFlagBits;
or the equivalent
#define VkSemaphoreImportFlagBitsKHR VkSemaphoreImportFlagBits
These bits have the following meanings:
VK_SEMAPHORE_IMPORT_TEMPORARY_BIT
specifies that the semaphore payload will be imported only temporarily, as described in Importing Semaphore Payloads, regardless of the permanence ofhandleType
.