C Specification
To get the opaque capture descriptor data for a tensor, call:
// Provided by VK_EXT_descriptor_buffer with VK_ARM_tensors
VkResult vkGetTensorOpaqueCaptureDescriptorDataARM(
VkDevice device,
const VkTensorCaptureDescriptorDataInfoARM* pInfo,
void* pData);
Parameters
-
device
is the logical device that gets the data. -
pInfo
is a pointer to a VkTensorCaptureDescriptorDataInfoARM structure specifying the tensor. -
pData
is a pointer to a user-allocated buffer where the 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.