[−][src]Function vulkano::command_buffer::validity::check_descriptor_sets_validity
pub fn check_descriptor_sets_validity<Pl: ?Sized, D: ?Sized>(
pipeline: &Pl,
descriptor_sets: &D
) -> Result<(), CheckDescriptorSetsValidityError> where
Pl: PipelineLayoutDesc,
D: DescriptorSetsCollection,
Checks whether descriptor sets are compatible with the pipeline.