summaryrefslogtreecommitdiffstats
path: root/wgpu/src/layer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/layer.rs')
-rw-r--r--wgpu/src/layer.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/wgpu/src/layer.rs b/wgpu/src/layer.rs
index 0840555a..69fcf899 100644
--- a/wgpu/src/layer.rs
+++ b/wgpu/src/layer.rs
@@ -265,9 +265,8 @@ impl<'a> Layer<'a> {
current_layer,
);
}
- Primitive::Fill { .. } | Primitive::Stroke { .. } => {
+ _ => {
// Unsupported!
- // TODO: Draw a placeholder (?)
}
}
}