Structures

VkDataGraphPipelineSessionBindPointRequirementARM

Structure specifying the requirements of a bind point of a data graph pipeline session
typedef struct VkDataGraphPipelineSessionBindPointRequirementARM {
    VkStructureType sType;
    void* pNext;
    VkDataGraphPipelineSessionBindPointARM bindPoint;
    VkDataGraphPipelineSessionBindPointTypeARM bindPointType;
    uint32_t numObjects;
} VkDataGraphPipelineSessionBindPointRequirementARM;

Implementations must always return 1 for numObjects if bindPoint is one of the following bind points:

  • VK_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_TRANSIENT_ARM

Valid Usage (Implicit)

VUID-VkDataGraphPipelineSessionBindPointRequirementARM-sType-sType

sType must be VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_REQUIREMENT_ARM