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

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

Traits that allow determining whether

Required methods

fn is_compatible(&self, _: &Other) -> bool

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

Loading content...

Implementors

impl<T: ?Sized, U: ?Sized> PipelineLayoutSetsCompatible<U> for T where
    T: PipelineLayoutDesc,
    U: DescriptorSetsCollection
[src]

Loading content...