diff --git a/experiments/2024-10-30/src/render/pipelines.rs b/experiments/2024-10-30/src/render/pipelines.rs index 5d3a4b879..aa03ae2e4 100644 --- a/experiments/2024-10-30/src/render/pipelines.rs +++ b/experiments/2024-10-30/src/render/pipelines.rs @@ -32,7 +32,7 @@ pub struct Pipeline { _vertex: PhantomData, } -impl Pipeline { +impl Pipeline { pub fn vertices( device: &wgpu::Device, config: &wgpu::SurfaceConfiguration, @@ -45,7 +45,9 @@ impl Pipeline { ); Self::new(device, &vertices_shaders, uniforms) } +} +impl Pipeline { pub fn triangles( device: &wgpu::Device, config: &wgpu::SurfaceConfiguration,