blender/extern/vulkan_memory_allocator/README.blender
Jeroen Bakker 7bbadd3b38 Vulkan: On demand loading of the Vulkan Loader (VOLK)
This PR replaces the statically linked vulkan loader with dynamic loading
of vulkan loader. This is more in line how other software integrate vulkan
and makes it easier for vendors to help out with issues.

Volk has been placed in its own namespace (volk) this to overcome issues
as USD/Hydra still loads the vulkan loader statically. These changes had
already been applied upstream a year ago.

volk is added to extern as it requires an application specific compilation
unit for configuration.

Pull Request: https://projects.blender.org/blender/blender/pulls/139630
2026-06-30 15:50:57 +02:00

10 lines
365 B
Text

Project: Vulkan Memory Allocator
URL: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
License: SPDX:MIT
Copyright: "Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved."
Upstream version: 1d8f600
Local modifications:
- Added vk_mem_alloc_impl.cc for custom configuration.
- Added volk configuration.
- Use custom log format.