Enum

VkPrivateDataSlotCreateFlagBits

Bitmask specifying additional parameters of a private data slot

Bits which can be set in VkPrivateDataSlotCreateInfo::flags, specifying additional parameters of a private data slot, are:

typedef enum VkPrivateDataSlotCreateFlagBits {

    // Provided by extensions
    VK_PRIVATE_DATA_SLOT_CREATE_BASE_OBJECT_HANDLE_BIT_NV = 0x00000001,
} VkPrivateDataSlotCreateFlagBits;
#define VkPrivateDataSlotCreateFlagBitsEXT VkPrivateDataSlotCreateFlagBits
  • VK_PRIVATE_DATA_SLOT_CREATE_BASE_OBJECT_HANDLE_BIT_NV specifies that calling vkGetPrivateData with this slot will return the implementation’s base handle for the object rather than any previously set private data. vkSetPrivateData must not be called with a slot created with this flag.