Blender V4.3
murmurhash.h File Reference
#include "util/types.h"

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN uint32_t util_murmur_hash3 (const void *key, int len, uint32_t seed)
 
float util_hash_to_float (uint32_t hash)
 

Function Documentation

◆ util_hash_to_float()

float util_hash_to_float ( uint32_t hash)

Definition at line 99 of file murmurhash.cpp.

References hash, max, and min.

Referenced by ShaderManager::device_update_common(), and ObjectManager::device_update_object_transform().

◆ util_murmur_hash3()