pub type BindGroupLayouts<A> = Storage<BindGroupLayout<A>, BindGroupLayoutId>;

Aliased Type§

struct BindGroupLayouts<A> { /* private fields */ }