Trait vulkano::descriptor::pipeline_layout::PipelineLayoutSetsCompatible [] [src]

pub unsafe trait PipelineLayoutSetsCompatible<Other>: PipelineLayoutDesc where Other: DescriptorSetsCollection {
    fn is_compatible(&self, &Other) -> bool;
}

Traits that allow determining whether

Required Methods

Returns true if Other can be used with a pipeline that uses self as layout.

Implementors