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

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

Trait implemented on all compute pipelines.

Required methods

fn inner(&self) -> ComputePipelineSys<'_>[src]

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

Loading content...

Implementors

Loading content...