Struct simple_wgpu::ComputePipeline
source · pub struct ComputePipeline { /* private fields */ }Expand description
A compute pipeline
Loosely equivalent to wgpu::ComputePipeline
Trait Implementations§
source§impl Clone for ComputePipeline
impl Clone for ComputePipeline
source§fn clone(&self) -> ComputePipeline
fn clone(&self) -> ComputePipeline
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more