Type Alias wgpu::naga::back::glsl::BindingMap

source ·
pub type BindingMap = BTreeMap<ResourceBinding, u8>;
Available on (wgpu_core or naga) and crate feature glsl-out only.
Expand description

Mapping between resources and bindings.

Aliased Type§

struct BindingMap { /* private fields */ }