Class VkMutableDescriptorTypeCreateInfoEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkMutableDescriptorTypeCreateInfoEXT>
org.lwjgl.vulkan.VkMutableDescriptorTypeCreateInfoEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkMutableDescriptorTypeCreateInfoVALVE

public class VkMutableDescriptorTypeCreateInfoEXT extends org.lwjgl.system.Struct<VkMutableDescriptorTypeCreateInfoEXT> implements org.lwjgl.system.NativeResource
Structure describing the list of possible active descriptor types for mutable type descriptors.
Description

If mutableDescriptorTypeListCount is zero or if this structure is not included in the pNext chain, the VkMutableDescriptorTypeListEXT for each element is considered to be zero or NULL for each member. Otherwise, the descriptor set layout binding at VkDescriptorSetLayoutCreateInfo::pBindings[i] uses the descriptor type lists in VkMutableDescriptorTypeCreateInfoEXT::pMutableDescriptorTypeLists[i].

Valid Usage (Implicit)
See Also

VkMutableDescriptorTypeListEXT

Layout


 struct VkMutableDescriptorTypeCreateInfoEXT {
     VkStructureType sType();
     void const * pNext();
     uint32_t mutableDescriptorTypeListCount();
     VkMutableDescriptorTypeListEXT const * pMutableDescriptorTypeLists();
 }