Function Prototype

vkGetPipelineIndirectDeviceAddressNV

Get pipeline's 64-bit device address

To query a compute pipeline’s 64-bit device address, call:

VkDeviceAddress vkGetPipelineIndirectDeviceAddressNV(
    VkDevice device,
    const VkPipelineIndirectDeviceAddressInfoNV* pInfo);
  • device is the logical device on which the pipeline was created.
  • pInfo is a pointer to a VkPipelineIndirectDeviceAddressInfoNV structure specifying the pipeline to retrieve the address for.