[−][src]Trait vulkano::descriptor::pipeline_layout::PipelineLayoutSetsCompatible
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.
Implementors
impl<T: ?Sized, U: ?Sized> PipelineLayoutSetsCompatible<U> for T where
T: PipelineLayoutDesc,
U: DescriptorSetsCollection,
[src]
T: PipelineLayoutDesc,
U: DescriptorSetsCollection,