diff options
Diffstat (limited to 'stockton-render/src/draw/pipeline.rs')
-rw-r--r-- | stockton-render/src/draw/pipeline.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stockton-render/src/draw/pipeline.rs b/stockton-render/src/draw/pipeline.rs index 2e45b61..df7ee4b 100644 --- a/stockton-render/src/draw/pipeline.rs +++ b/stockton-render/src/draw/pipeline.rs @@ -196,7 +196,6 @@ impl CompletePipeline { depth_clamping: false, depth_bias: None, conservative: true, - line_width: hal::pso::State::Static(1.0), }; // Depth stencil |