Enum
VkTensorViewCreateFlagBitsARM
Bitmask specifying additional parameters of an tensor view
Bits which can be set in VkTensorViewCreateInfoARM::flags,
specifying additional parameters of an tensor, are:
typedef enum VkTensorViewCreateFlagBitsARM {
} VkTensorViewCreateFlagBitsARM;
pub struct TensorViewCreateFlagBitsARM(u64);
impl TensorViewCreateFlagBitsARM {
}
VK_TENSOR_VIEW_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_ARMspecifies that the tensor view can be used with descriptor buffers when capturing and replaying (e.g. for trace capture and replay), see VkOpaqueCaptureDescriptorDataCreateInfoEXT for more detail.
Parent
VK_ARM_tensorsType
Enum