Handle
VkTensorARM
Opaque handle to a tensor object
Tensors are similar to images, in that they have
multi-dimensional access as documented in the Tensor Operations chapter, but a
tensor’s dimensions are not predefined.
A tensor can have an arbitrary number of dimensions, up to
maxTensorDimensionCount, with one
index per dimension used to access the tensor.
Tensors can be used by binding them to pipelines via descriptor sets, or by directly specifying them as parameters to certain commands.
Tensors are represented by VkTensorARM handles:
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkTensorARM)
#[repr(transparent)]
pub struct TensorARM(_);
Type
Handle