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

VUID-vkGetTensorOpaqueCaptureDescriptorDataARM-pData-09703

pData must point to a buffer that is at least VkPhysicalDeviceDescriptorBufferTensorPropertiesARM::tensorCaptureReplayDescriptorDataSize bytes in size

VUID-vkGetTensorOpaqueCaptureDescriptorDataARM-device-09704

If device was created with multiple physical devices, then the bufferDeviceAddressMultiDevice feature must be enabled