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
-
device
is the logical device that created the data graph pipeline. -
pPipelineInfo
is a VkDataGraphPipelineInfoARM that describes the VkPipeline being queried. -
propertiesCount
is the length of thepProperties
array. -
pProperties
is 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.