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
-
commandBuffer
is the command buffer into which the command will be recorded. -
session
is the VkDataGraphPipelineSessionARM that data graph pipeline being dispatched will use. -
pInfo
isNULL
or 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.