[][src]Trait nannou::vk::descriptor::pipeline_layout::PipelineLayoutSetsCompatible

pub unsafe trait PipelineLayoutSetsCompatible<Other>: PipelineLayoutDesc where
    Other: DescriptorSetsCollection + ?Sized
{ 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, U> PipelineLayoutSetsCompatible<U> for T where
    T: PipelineLayoutDesc + ?Sized,
    U: DescriptorSetsCollection + ?Sized
[src]

Loading content...