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 Fix build for macOS / iOS with the statically linked MoltenVK after VMA update. 2022-02-25 11:52:54 +02:00
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 Implementing OpenXR driver 2022-02-23 12:02:24 +01:00