mirror of
https://github.com/hannobraun/Fornjot
synced 2025-10-08 17:08:19 +00:00
Fix primitive topology for face rendering
This commit is contained in:
parent
31ce7fee2f
commit
64491fdd11
@ -29,7 +29,7 @@ impl Pipelines {
|
||||
device,
|
||||
pipeline_layout,
|
||||
shaders.face(),
|
||||
wgpu::PrimitiveTopology::TriangleList,
|
||||
wgpu::PrimitiveTopology::LineStrip,
|
||||
wgpu::PolygonMode::Line,
|
||||
color_format,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user