[−][src]Trait vulkano::pipeline::ComputePipelineAbstract
Trait implemented on all compute pipelines.
Required methods
fn inner(&self) -> ComputePipelineSys
Returns an opaque object that represents the inside of the compute pipeline.
Implementors
impl<Pl> ComputePipelineAbstract for ComputePipeline<Pl> where
Pl: PipelineLayoutAbstract,
[src]
Pl: PipelineLayoutAbstract,
fn inner(&self) -> ComputePipelineSys
[src]
impl<T> ComputePipelineAbstract for T where
T: SafeDeref,
T::Target: ComputePipelineAbstract,
[src]
T: SafeDeref,
T::Target: ComputePipelineAbstract,