Class VkPhysicalDeviceExternalTensorInfoARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceExternalTensorInfoARM extends Struct<VkPhysicalDeviceExternalTensorInfoARM> implements NativeResource
struct VkPhysicalDeviceExternalTensorInfoARM {
    VkStructureType sType;
    void const * pNext;
    VkTensorCreateFlagsARM flags;
    VkTensorDescriptionARM const * pDescription;
    VkExternalMemoryHandleTypeFlagBits handleType;
}