Function Prototype

vkGetTensorViewOpaqueCaptureDescriptorDataARM

Get tensor view opaque capture descriptor data

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

VkResult vkGetTensorViewOpaqueCaptureDescriptorDataARM(
    VkDevice                                        device,
    const VkTensorViewCaptureDescriptorDataInfoARM* pInfo,
    void*                                           pData);
  • device is the logical device that gets the data.
  • pInfo is a pointer to a VkTensorViewCaptureDescriptorDataInfoARM structure specifying the tensor view.
  • pData is a pointer to a user-allocated buffer where the data will be written.