| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.Vulkan.Core11.Promoted_from_VK_KHR_external_fence
Documentation
newtype VkFenceImportFlagBits Source #
VkFenceImportFlagBits - Bitmask specifying additional parameters of fence payload import
See Also
Constructors
| VkFenceImportFlagBits VkFlags |
pattern VK_FENCE_IMPORT_TEMPORARY_BIT :: VkFenceImportFlagBits Source #
VK_FENCE_IMPORT_TEMPORARY_BIT specifies that the fence payload will be
imported only temporarily, as described in
Importing Fence Payloads,
regardless of the permanence of handleType.
data VkExportFenceCreateInfo Source #
VkExportFenceCreateInfo - Structure specifying handle types that can be exported from a fence
Description
Valid Usage
- The bits in
handleTypesmust be supported and compatible, as reported byVkExternalFenceProperties.
Valid Usage (Implicit)
sTypemust beVK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO
handleTypesmust be a valid combination ofVkExternalFenceHandleTypeFlagBitsvalues
See Also
Constructors
| VkExportFenceCreateInfo | |
Fields
| |
type VkFenceImportFlags = VkFenceImportFlagBits Source #
VkFenceImportFlags - Bitmask of VkFenceImportFlagBits
Description
VkFenceImportFlags is a bitmask type for setting a mask of zero or
more VkFenceImportFlagBits.
See Also
VkFenceImportFlagBits,
VkImportFenceFdInfoKHR,
VkImportFenceWin32HandleInfoKHR