Enum

VkFenceImportFlagBits

Bitmask specifying additional parameters of fence payload import

Bits which can be set in

specifying additional parameters of a fence import operation are:

typedef enum VkFenceImportFlagBits {
    VK_FENCE_IMPORT_TEMPORARY_BIT = 0x00000001,
} VkFenceImportFlagBits;

or the equivalent

#define VkFenceImportFlagBitsKHR VkFenceImportFlagBits
  • 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.