Class VkTensorMemoryRequirementsInfoARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkTensorMemoryRequirementsInfoARM extends Struct<VkTensorMemoryRequirementsInfoARM> implements NativeResource
struct VkTensorMemoryRequirementsInfoARM {
    VkStructureType sType;
    void const * pNext;
    VkTensorARM tensor;
}