Structures

VkPrivateDataSlotCreateInfo

Structure specifying the parameters of private data slot construction

The VkPrivateDataSlotCreateInfo structure is defined as:

typedef struct VkPrivateDataSlotCreateInfo {
    VkStructureType sType;
    const void* pNext;
    VkPrivateDataSlotCreateFlags flags;
} VkPrivateDataSlotCreateInfo;
typedef VkPrivateDataSlotCreateInfo VkPrivateDataSlotCreateInfoEXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • flags is a bitmask of VkPrivateDataSlotCreateFlagBits specifying additional parameters of the private data slot.

Valid Usage

VUID-VkPrivateDataSlotCreateInfo-flags-12501

If flags contain VK_PRIVATE_DATA_SLOT_CREATE_BASE_OBJECT_HANDLE_BIT_NV, the privateDataBaseHandle feature must be enabled

Valid Usage (Implicit)

VUID-VkPrivateDataSlotCreateInfo-sType-sType

sType must be VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO