C Specification
To query properties of a data graph pipeline, call:
// Provided by VK_ARM_data_graph
VkResult vkGetDataGraphPipelinePropertiesARM(
    VkDevice                                    device,
    const VkDataGraphPipelineInfoARM*           pPipelineInfo,
    uint32_t                                    propertiesCount,
    VkDataGraphPipelinePropertyQueryResultARM*  pProperties);Parameters
- 
deviceis the logical device that created the data graph pipeline.
- 
pPipelineInfois a VkDataGraphPipelineInfoARM that describes the VkPipeline being queried.
- 
propertiesCountis the length of thepPropertiesarray.
- 
pPropertiesis a pointer to an array of VkDataGraphPipelinePropertyQueryResultARM structures.
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.