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;
  • VK_TENSOR_VIEW_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_ARM specifies 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.