mirror of
https://github.com/blender/blender
synced 2026-09-27 01:34:15 +03:00
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
10 lines
365 B
Text
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.
|