Class VkMutableDescriptorTypeListVALVE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkMutableDescriptorTypeListVALVE extends VkMutableDescriptorTypeListEXT

 struct VkMutableDescriptorTypeListVALVE {
     uint32_t descriptorTypeCount;
     VkDescriptorType const * pDescriptorTypes;
 }