Skip to content

Commit

Permalink
muted line mode
Browse files Browse the repository at this point in the history
  • Loading branch information
VladasZ committed Mar 20, 2024
1 parent fb58f67 commit fc6906f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/wgpu_wrapper/src/render/path_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl PathState {
&pipeline_layout,
&shader,
texture_format,
PolygonMode::Line,
PolygonMode::Fill,
);

Self {
Expand Down
2 changes: 1 addition & 1 deletion deps/wgpu_wrapper/src/render/rect_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl RectState {
&pipeline_layout,
&shader,
texture_format,
PolygonMode::Line,
PolygonMode::Fill,
);

let vertex_buffer = device.create_buffer_init(&BufferInitDescriptor {
Expand Down

0 comments on commit fc6906f

Please sign in to comment.