[][src]Function nannou::vk::command_buffer::validity::check_descriptor_sets_validity

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

Checks whether descriptor sets are compatible with the pipeline.