Module wgpu_core::hash_utils

source ·
Expand description

Module for hashing utilities.

Named hash_utils to prevent clashing with the std::hash module.

Type Aliases§

  • HashMap using a fast, non-cryptographic hash algorithm.
  • HashSet using a fast, non-cryptographic hash algorithm.
  • IndexMap using a fast, non-cryptographic hash algorithm.