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
-
sType
is a VkStructureType value identifying this structure. -
pNext
isNULL
or a pointer to a structure extending this structure. -
bindPoint
is a VkDataGraphPipelineSessionBindPointARM specifying the data graph pipeline session bind point being required. -
bindPointType
is a VkDataGraphPipelineSessionBindPointTypeARM specifying the type of object required forbindPoint
. -
numObjects
is 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.