C Specification
To create a data graph pipeline session, call
// Provided by VK_ARM_data_graph
VkResult vkCreateDataGraphPipelineSessionARM(
    VkDevice                                    device,
    const VkDataGraphPipelineSessionCreateInfoARM* pCreateInfo,
    const VkAllocationCallbacks*                pAllocator,
    VkDataGraphPipelineSessionARM*              pSession);Parameters
- 
deviceis the logical device that creates the data graph pipeline session.
- 
pCreateInfois a pointer to a VkDataGraphPipelineSessionCreateInfoARM structure.
- 
pAllocatorcontrols host memory allocation as described in the Memory Allocation chapter.
- 
pSessionis a pointer to a VkDataGraphPipelineSessionARM handle in which the resulting data graph pipeline session object is returned.
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.