C Specification
To get the opaque capture descriptor data for tensors, call:
// Provided by VK_EXT_descriptor_heap with VK_ARM_tensors
VkResult vkGetTensorOpaqueCaptureDataARM(
VkDevice device,
uint32_t tensorCount,
const VkTensorARM* pTensors,
VkHostAddressRangeEXT* pDatas);
Parameters
-
deviceis the logical device that gets the data. -
tensorCountis the number of tensors to retrieve data from. -
pTensorsis a pointer to an array of VkTensorARM objects to retrieve the opaque capture data from. -
pDatasis a pointer to an array of VkHostAddressRangeEXT structures defining the host address ranges where each tensor’s opaque capture data will be written.
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.