Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype VkSemaphoreImportFlagBits = VkSemaphoreImportFlagBits VkFlags
- pattern VK_SEMAPHORE_IMPORT_TEMPORARY_BIT :: VkSemaphoreImportFlagBits
- pattern VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO :: VkStructureType
- data VkExportSemaphoreCreateInfo = VkExportSemaphoreCreateInfo {}
- type VkSemaphoreImportFlags = VkSemaphoreImportFlagBits
Documentation
newtype VkSemaphoreImportFlagBits Source #
VkSemaphoreImportFlagBits - Bitmask specifying additional parameters of semaphore payload import
Description
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
.
See Also
Instances
data VkExportSemaphoreCreateInfo Source #
VkExportSemaphoreCreateInfo - Structure specifying handle types that can be exported from a semaphore
Valid Usage
- The bits in
handleTypes
must be supported and compatible, as reported byVkExternalSemaphoreProperties
.
Valid Usage (Implicit)
sType
must beVK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO
handleTypes
must be a valid combination ofVkExternalSemaphoreHandleTypeFlagBits
values
See Also
VkExportSemaphoreCreateInfo | |
|
Instances
type VkSemaphoreImportFlags = VkSemaphoreImportFlagBits Source #
VkSemaphoreImportFlags - Bitmask of VkSemaphoreImportFlagBits
Description
VkSemaphoreImportFlags
is a bitmask type for setting a mask of zero or
more VkSemaphoreImportFlagBits
.
See Also
VkImportSemaphoreFdInfoKHR
,
VkImportSemaphoreWin32HandleInfoKHR
,
VkSemaphoreImportFlagBits