logo
pub unsafe trait DescriptorSetsCollection {
    fn into_vec(self) -> Vec<DescriptorSetWithOffsets>;
}
Expand description

A collection of descriptor set objects.

Required Methods

Implementations on Foreign Types

Implementors