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