Trait vulkano::descriptor::PipelineLayout [] [src]

pub unsafe trait PipelineLayout: PipelineLayoutDesc + 'static + Send + Sync {
    fn inner(&self) -> &UnsafePipelineLayout;
}

Trait for objects that describe the layout of the descriptors and push constants of a pipeline.

Required Methods

Returns the inner UnsafePipelineLayout.

Implementors