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

Aliased Type§

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

Fields§

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