Class VkMutableDescriptorTypeListVALVE

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkMutableDescriptorTypeListEXT>
org.lwjgl.vulkan.VkMutableDescriptorTypeListEXT
org.lwjgl.vulkan.VkMutableDescriptorTypeListVALVE
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkMutableDescriptorTypeListVALVE extends VkMutableDescriptorTypeListEXT
See VkMutableDescriptorTypeListEXT.

Layout


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