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;
     {@link VkTensorDescriptionARM VkTensorDescriptionARM} const * pDescription;
     VkExternalMemoryHandleTypeFlagBits handleType;
 }