Structures

VkPhysicalDeviceExternalTensorInfoARM

Structure specifying tensor creation parameters.

The VkPhysicalDeviceExternalTensorInfoARM structure is defined as:

typedef struct VkPhysicalDeviceExternalTensorInfoARM {
    VkStructureType sType;
    const void* pNext;
    VkTensorCreateFlagsARM flags;
    const VkTensorDescriptionARM* pDescription;
    VkExternalMemoryHandleTypeFlagBits handleType;
} VkPhysicalDeviceExternalTensorInfoARM;