mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 18:08:26 +00:00
Prepare for follow-on change
This commit is contained in:
parent
54b308269e
commit
38c79002ac
@ -277,7 +277,7 @@ impl Renderer {
|
||||
render_pass.set_pipeline(&self.pipeline);
|
||||
render_pass.set_bind_group(0, &self.bind_group, &[]);
|
||||
render_pass.draw_indexed(
|
||||
0..mesh.triangles().len() as u32 * 3,
|
||||
0..mesh_triangles.len() as u32 * 3,
|
||||
0,
|
||||
0..1,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user