mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-11 05:18:26 +00:00
Merge redundant impl
blocks
This commit is contained in:
parent
4683a6d88f
commit
bc153e2896
@ -48,9 +48,7 @@ impl Geometry {
|
|||||||
|
|
||||||
Self::new(device, &vertices, &indices)
|
Self::new(device, &vertices, &indices)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
impl Geometry {
|
|
||||||
pub fn new(
|
pub fn new(
|
||||||
device: &wgpu::Device,
|
device: &wgpu::Device,
|
||||||
vertices: &[triangles::Vertex],
|
vertices: &[triangles::Vertex],
|
||||||
|
Loading…
Reference in New Issue
Block a user