VkPhysicalDeviceExternalTensorInfoARM(3)

Name

VkPhysicalDeviceExternalTensorInfoARM - Structure specifying tensor creation parameters.

C Specification

The VkPhysicalDeviceExternalTensorInfoARM structure is defined as:

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

Members

Description

Valid Usage (Implicit)

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.