Class VkDescriptorSetVariableDescriptorCountAllocateInfoEXT

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

public class VkDescriptorSetVariableDescriptorCountAllocateInfoEXT extends VkDescriptorSetVariableDescriptorCountAllocateInfo
See VkDescriptorSetVariableDescriptorCountAllocateInfo.

Layout


 struct VkDescriptorSetVariableDescriptorCountAllocateInfoEXT {
     VkStructureType sType;
     void const * pNext;
     uint32_t descriptorSetCount;
     uint32_t const * pDescriptorCounts;
 }