Type Alias iced::widget::shader::wgpu::core::naga::back::glsl::BindingMap

pub type BindingMap = BTreeMap<ResourceBinding, u8>;
Available on crate features wgpu and glsl-out only.
Expand description

Mapping between resources and bindings.

Aliased Type§

struct BindingMap { /* private fields */ }