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);
deviceis the logical device on which the pipeline was created.pInfois a pointer to a VkPipelineIndirectDeviceAddressInfoNV structure specifying the pipeline to retrieve the address for.
Valid Usage
Valid Usage (Implicit)
VUID-vkGetPipelineIndirectDeviceAddressNV-device-parameter
device must be a valid VkDevice handle
VUID-vkGetPipelineIndirectDeviceAddressNV-pInfo-parameter
pInfo must be a valid pointer to a valid VkPipelineIndirectDeviceAddressInfoNV structure