C Specification
// Provided by VK_ARM_data_graph
typedef struct VkDataGraphPipelineSessionBindPointRequirementARM {
    VkStructureType                               sType;
    const void*                                   pNext;
    VkDataGraphPipelineSessionBindPointARM        bindPoint;
    VkDataGraphPipelineSessionBindPointTypeARM    bindPointType;
    uint32_t                                      numObjects;
} VkDataGraphPipelineSessionBindPointRequirementARM;Members
- 
sTypeis a VkStructureType value identifying this structure.
- 
pNextisNULLor a pointer to a structure extending this structure.
- 
bindPointis a VkDataGraphPipelineSessionBindPointARM specifying the data graph pipeline session bind point being required.
- 
bindPointTypeis a VkDataGraphPipelineSessionBindPointTypeARM specifying the type of object required forbindPoint.
- 
numObjectsis the number of objects required forbindPoint.
Description
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
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.