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

pub unsafe trait PipelineLayoutPushConstantsCompatible<Pc>: PipelineLayoutDesc where
    Pc: ?Sized
{ fn is_compatible(&self, &Pc) -> bool; }

Traits that allow determining whether

Required methods

fn is_compatible(&self, &Pc) -> bool

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

Loading content...

Implementors

impl<T, U> PipelineLayoutPushConstantsCompatible<U> for T where
    T: PipelineLayoutDesc + ?Sized,
    U: ?Sized
[src]

Loading content...