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
-
device
is the logical device that creates the data graph pipeline session. -
pCreateInfo
is a pointer to a VkDataGraphPipelineSessionCreateInfoARM structure. -
pAllocator
controls host memory allocation as described in the Memory Allocation chapter. -
pSession
is 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.