mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Use FastIndexMap for SpecialTypes::predeclared_types.
This commit is contained in:
@@ -1996,7 +1996,7 @@ pub struct SpecialTypes {
|
||||
///
|
||||
/// Call [`Module::generate_predeclared_type`] to populate this if
|
||||
/// needed and return the handle.
|
||||
pub predeclared_types: indexmap::IndexMap<PredeclaredType, Handle<Type>>,
|
||||
pub predeclared_types: FastIndexMap<PredeclaredType, Handle<Type>>,
|
||||
}
|
||||
|
||||
/// Shader module.
|
||||
|
||||
Reference in New Issue
Block a user