Struct simple_wgpu::RenderPipeline
source · pub struct RenderPipeline { /* private fields */ }
Expand description
A render pipeline
Loosely equivalent to wgpu::RenderPipeline, but minus some state that is easier to handle dynamically
Trait Implementations§
source§impl Clone for RenderPipeline
impl Clone for RenderPipeline
source§fn clone(&self) -> RenderPipeline
fn clone(&self) -> RenderPipeline
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