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;
pub struct DescriptorGetTensorInfoARM {
s_type: vk::StructureType,
p_next: *const c_void,
tensor_view: vk::TensorViewARM,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.tensorViewis a VkTensorViewARM handle specifying the parameters of aVK_DESCRIPTOR_TYPE_TENSOR_ARMdescriptor.
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