Class VkMutableDescriptorTypeCreateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkMutableDescriptorTypeCreateInfoVALVE

public class VkMutableDescriptorTypeCreateInfoEXT extends Struct<VkMutableDescriptorTypeCreateInfoEXT> implements NativeResource

 struct VkMutableDescriptorTypeCreateInfoEXT {
     VkStructureType sType;
     void const * pNext;
     uint32_t mutableDescriptorTypeListCount;
     {@link VkMutableDescriptorTypeListEXT VkMutableDescriptorTypeListEXT} const * pMutableDescriptorTypeLists;
 }