VkTensorViewCreateFlagBitsARM(3)

Name

VkTensorViewCreateFlagBitsARM - Bitmask specifying additional parameters of an tensor view

C Specification

Bits which can be set in VkTensorViewCreateInfoARM::flags, specifying additional parameters of an tensor, are:

// Provided by VK_ARM_tensors
// Flag bits for VkTensorViewCreateFlagBitsARM
typedef VkFlags64 VkTensorViewCreateFlagBitsARM;
// Provided by VK_EXT_descriptor_buffer with VK_ARM_tensors
static const VkTensorViewCreateFlagBitsARM VK_TENSOR_VIEW_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_ARM = 0x00000001ULL;

Description

Document Notes

For more information, see the Vulkan Specification.

This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.