C Specification
To record a data graph pipeline dispatch, call:
// Provided by VK_ARM_data_graph
void vkCmdDispatchDataGraphARM(
    VkCommandBuffer                             commandBuffer,
    VkDataGraphPipelineSessionARM               session,
    const VkDataGraphPipelineDispatchInfoARM*   pInfo);Parameters
- 
commandBufferis the command buffer into which the command will be recorded.
- 
sessionis the VkDataGraphPipelineSessionARM that data graph pipeline being dispatched will use.
- 
pInfoisNULLor a pointer to a VkDataGraphPipelineDispatchInfoARM structure.
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.