logo

Structs

A descriptor set created from a SingleLayoutDescSetPool.

SingleLayoutDescSetPool is a convenience wrapper provided by Vulkano not to be confused with VkDescriptorPool. Its function is to provide access to pool(s) to allocate DescriptorSet’s from and optimizes for a specific layout. For a more general purpose pool see descriptor_set::pool::StdDescriptorPool.