Class VkPhysicalDeviceDescriptorBufferTensorFeaturesARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceDescriptorBufferTensorFeaturesARM extends Struct<VkPhysicalDeviceDescriptorBufferTensorFeaturesARM> implements NativeResource

 struct VkPhysicalDeviceDescriptorBufferTensorFeaturesARM {
     VkStructureType sType;
     void * pNext;
     VkBool32 descriptorBufferTensorDescriptors;
 }