Searched defs:DescriptorSetsCollection (Results 1 – 3 of 3) sorted by relevance
13 pub unsafe trait DescriptorSetsCollection { trait17 unsafe impl DescriptorSetsCollection for () { impl44 unsafe impl<$first$(, $others)+> DescriptorSetsCollection for ($first, $($others),+) impl
51 descriptor_sets: impl DescriptorSetsCollection, in bind_descriptor_sets()211 descriptor_sets: impl DescriptorSetsCollection, in bind_descriptor_sets_unchecked()
72 S: DescriptorSetsCollection, in bind_descriptor_sets()