wgpu_hal::vulkan

Type Alias FxHashMap

source
type FxHashMap<T, U> = HashMap<T, U, BuildHasherDefault<FxHasher>>;
Available on vulkan only.

Aliased Typeยง

struct FxHashMap<T, U> { /* private fields */ }