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

pub unsafe trait PipelineLayoutSetsCompatible<Other: ?Sized>: 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