Handle
VkTensorViewARM
Opaque handle to an tensor view object
Tensor objects are not directly accessed by pipelines for reading or writing tensor data. Instead, tensor views representing the tensor subresources and containing additional metadata are used for that purpose. Views must be created on tensors of compatible types.
Tensor views are represented by VkTensorViewARM handles:
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkTensorViewARM)
#[repr(transparent)]
pub struct TensorViewARM(_);
Parent
VK_ARM_tensorsType
Handle