summaryrefslogtreecommitdiffstats
path: root/third_party/rust/wgpu-core/src/binding_model.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/wgpu-core/src/binding_model.rs')
-rw-r--r--third_party/rust/wgpu-core/src/binding_model.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/rust/wgpu-core/src/binding_model.rs b/third_party/rust/wgpu-core/src/binding_model.rs
index 8689af2ac1..bea63b0ba4 100644
--- a/third_party/rust/wgpu-core/src/binding_model.rs
+++ b/third_party/rust/wgpu-core/src/binding_model.rs
@@ -462,8 +462,6 @@ pub struct BindGroupLayoutDescriptor<'a> {
pub entries: Cow<'a, [wgt::BindGroupLayoutEntry]>,
}
-pub type BindGroupLayouts<A> = crate::storage::Storage<BindGroupLayout<A>>;
-
/// Bind group layout.
#[derive(Debug)]
pub struct BindGroupLayout<A: HalApi> {