pub type ShaderFeatures = HashMap<&'static str, Vec<String>>;

Aliased Type§

struct ShaderFeatures {
    base: HashMap<&'static str, Vec<String>, RandomState>,
}

Fields§

§base: HashMap<&'static str, Vec<String>, RandomState>