aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/ui/pipeline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-render/src/draw/ui/pipeline.rs')
-rw-r--r--stockton-render/src/draw/ui/pipeline.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/stockton-render/src/draw/ui/pipeline.rs b/stockton-render/src/draw/ui/pipeline.rs
index 878d8cd..f608173 100644
--- a/stockton-render/src/draw/ui/pipeline.rs
+++ b/stockton-render/src/draw/ui/pipeline.rs
@@ -97,7 +97,7 @@ impl UIPipeline {
let external_dependency = SubpassDependency {
flags: Dependencies::empty(),
- passes: None..Some(0),
+ passes: SubpassRef::External..SubpassRef::Pass(0),
stages: PipelineStage::COLOR_ATTACHMENT_OUTPUT
..(PipelineStage::COLOR_ATTACHMENT_OUTPUT
| PipelineStage::EARLY_FRAGMENT_TESTS),
@@ -198,7 +198,6 @@ impl UIPipeline {
depth_clamping: false,
depth_bias: None,
conservative: true,
- line_width: hal::pso::State::Static(1.0),
};
// Depth stencil