mirror of
https://github.com/hannobraun/Fornjot
synced 2025-11-02 13:18:07 +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)
|
Self::new(device, &triangles_shaders, uniforms)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn new(
|
fn new(
|
||||||
device: &wgpu::Device,
|
device: &wgpu::Device,
|
||||||
shaders: &Shaders<impl Vertex>,
|
shaders: &Shaders<impl Vertex>,
|
||||||
uniforms: &wgpu::Buffer,
|
uniforms: &wgpu::Buffer,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user