pub fn check_descriptor_sets_validity<Pl, D>(
    pipeline: &Pl,
    descriptor_sets: &D
) -> Result<(), CheckDescriptorSetsValidityError>where
    Pl: ?Sized + PipelineLayoutDesc,
    D: ?Sized + DescriptorSetsCollection,
Expand description

Checks whether descriptor sets are compatible with the pipeline.