Function Prototype

vkBindDataGraphPipelineSessionMemoryARM

Bind device memory to a data graph pipeline session object

To attach memory to a data graph pipeline session object, call:

VkResult vkBindDataGraphPipelineSessionMemoryARM(
    VkDevice device,
    uint32_t bindInfoCount,
    const VkBindDataGraphPipelineSessionMemoryInfoARM* pBindInfos);
  • device is the logical device that owns the data graph pipeline session and memory.
  • bindInfoCount is the length of the pBindInfos array.
  • pBindInfos is a pointer to an array of VkBindDataGraphPipelineSessionMemoryInfoARM structures describing graph pipeline sessions and memory to bind.

Valid Usage (Implicit)

VUID-vkBindDataGraphPipelineSessionMemoryARM-pBindInfos-parameter

pBindInfos must be a valid pointer to an array of bindInfoCount valid VkBindDataGraphPipelineSessionMemoryInfoARM structures