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

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

Valid Usage (Implicit)
  • VUID-VkDataGraphPipelineSessionBindPointRequirementARM-sType-sType
    sType must be VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_REQUIREMENT_ARM

  • VUID-VkDataGraphPipelineSessionBindPointRequirementARM-pNext-pNext
    pNext must be NULL

  • VUID-VkDataGraphPipelineSessionBindPointRequirementARM-bindPoint-parameter
    bindPoint must be a valid VkDataGraphPipelineSessionBindPointARM value

  • VUID-VkDataGraphPipelineSessionBindPointRequirementARM-bindPointType-parameter
    bindPointType must be a valid VkDataGraphPipelineSessionBindPointTypeARM value

See Also

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.

Copyright 2014-2025 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0