Type Alias naga::back::glsl::BindingMap
source · pub type BindingMap = BTreeMap<ResourceBinding, u8>;
Expand description
Mapping between resources and bindings.
Aliased Type§
struct BindingMap { /* private fields */ }
pub type BindingMap = BTreeMap<ResourceBinding, u8>;
Mapping between resources and bindings.
struct BindingMap { /* private fields */ }