Function vulkano::command_buffer::validity::check_descriptor_sets_validity[][src]

pub fn check_descriptor_sets_validity(
    pipeline_layout: &PipelineLayout,
    descriptor_sets: &[DescriptorSetWithOffsets]
) -> Result<(), CheckDescriptorSetsValidityError>
Expand description

Checks whether descriptor sets are compatible with the pipeline.