Class VkMutableDescriptorTypeCreateInfoVALVE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkMutableDescriptorTypeCreateInfoVALVE extends VkMutableDescriptorTypeCreateInfoEXT

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