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

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

Traits that allow determining whether

Required Methods

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

Implementors