Structures

VkDescriptorGetTensorInfoARM

Structure specifying parameters to get descriptor data for tensor views

The VkDescriptorGetTensorInfoARM is defined as:

typedef struct VkDescriptorGetTensorInfoARM {
    VkStructureType sType;
    const void* pNext;
    VkTensorViewARM tensorView;
} VkDescriptorGetTensorInfoARM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • tensorView is a VkTensorViewARM handle specifying the parameters of a VK_DESCRIPTOR_TYPE_TENSOR_ARM descriptor.

Valid Usage

VUID-VkDescriptorGetTensorInfoARM-nullDescriptor-09899

If the nullDescriptor feature is not enabled, tensorView must not be VK_NULL_HANDLE

Valid Usage (Implicit)

VUID-VkDescriptorGetTensorInfoARM-sType-sType

sType must be VK_STRUCTURE_TYPE_DESCRIPTOR_GET_TENSOR_INFO_ARM

VUID-VkDescriptorGetTensorInfoARM-tensorView-parameter

If tensorView is not VK_NULL_HANDLE, tensorView must be a valid VkTensorViewARM handle