Function Prototype

vkGetTensorOpaqueCaptureDescriptorDataARM

Get tensor opaque capture descriptor data

To get the opaque capture descriptor data for a tensor, call:

VkResult vkGetTensorOpaqueCaptureDescriptorDataARM(
    VkDevice                                    device,
    const VkTensorCaptureDescriptorDataInfoARM* pInfo,
    void*                                       pData);
  • 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.

Valid Usage