godot/drivers/vulkan
reduz 141c375581 Clean up Hash Functions
Clean up and do fixes to hash functions and newly introduced murmur3 hashes in #61934
* Clean up usage of murmur3
* Fixed usages of binary murmur3 on floats (this is invalid)
* Changed DJB2 to use xor (which seems to be better)
2022-06-20 12:54:19 +02:00
..
rendering_device_vulkan.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
rendering_device_vulkan.h Clean up Hash Functions 2022-06-20 12:54:19 +02:00
SCsub
vulkan_context.cpp Add get_video_adapter_api_version() to RenderingServer 2022-05-03 01:18:35 +02:00
vulkan_context.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
vulkan_hooks.h