Remove redundant pub

This commit is contained in:
Hanno Braun 2024-11-22 18:59:54 +01:00
parent 409861df92
commit c710e63479

View File

@ -48,7 +48,7 @@ impl Pipeline {
Self::new(device, &triangles_shaders, uniforms)
}
pub fn new(
fn new(
device: &wgpu::Device,
shaders: &Shaders<impl Vertex>,
uniforms: &wgpu::Buffer,