mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18:28 +00:00
Remove redundant pub
This commit is contained in:
parent
409861df92
commit
c710e63479
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user