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;

or the equivalent

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 reserved for future use.

Valid Usage (Implicit)

VUID-VkPrivateDataSlotCreateInfo-sType-sType

sType must be VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO