Trait vulkano::pipeline::ComputePipelineAbstract [] [src]

pub unsafe trait ComputePipelineAbstract: PipelineLayoutAbstract {
    fn inner(&self) -> ComputePipelineSys;
}

Trait implemented on all compute pipelines.

Required Methods

Returns an opaque object that represents the inside of the compute pipeline.

Implementors