1 2 3
pub trait PipelineRenderer { fn render<'a>(&'a mut self, device: &wgpu::Device, render_pass: &mut wgpu::RenderPass<'a>); }