Structures

VkTensorCaptureDescriptorDataInfoARM

Structure specifying a tensor for descriptor capture

Information about the tensor to get descriptor buffer capture data for is passed in a VkTensorCaptureDescriptorDataInfoARM structure:

typedef struct VkTensorCaptureDescriptorDataInfoARM {
    VkStructureType sType;
    const void* pNext;
    VkTensorARM tensor;
} VkTensorCaptureDescriptorDataInfoARM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • tensor is the VkTensorARM handle of the tensor to get opaque capture data for.

Valid Usage

VUID-VkTensorCaptureDescriptorDataInfoARM-tensor-09705

If tensor is not VK_NULL_HANDLE then tensor must have been created with VK_TENSOR_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_ARM set in VkTensorCreateInfoARM::flags

Valid Usage (Implicit)

VUID-VkTensorCaptureDescriptorDataInfoARM-sType-sType

sType must be VK_STRUCTURE_TYPE_TENSOR_CAPTURE_DESCRIPTOR_DATA_INFO_ARM