Class VkDescriptorGetTensorInfoARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDescriptorGetTensorInfoARM extends Struct<VkDescriptorGetTensorInfoARM> implements NativeResource

 struct VkDescriptorGetTensorInfoARM {
     VkStructureType sType;
     void const * pNext;
     VkTensorViewARM tensorView;
 }