Pedro J. Estébanez
|
7b7e17a626
|
Upgrade Vulkan memory allocator
|
2021-08-13 00:05:41 +02:00 |
bruvzg
|
d7957a2a20
|
Use "volk" instead of statically linked Vulkan loader.
|
2021-08-12 14:25:15 +03:00 |
Sergey Minakov
|
6e0d4e21ff
|
Thirdparty Vulkan: patch VMA to fix assets
Applies VMA master branch patch that removes incorrect asserts:
issue: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/issues/102
patch: 39aeff7a43
|
2020-07-25 21:55:05 +02:00 |
Rémi Verschelde
|
214bc9e5a1
|
Update Vulkan loader and headers to sdk-1.2.131.2
(Headers are actually sdk-1.2.131.1, they did not get a re-release.)
Also synced VMA 2.3.0 again, fixing unwanted clang-formatting of
thirdparty code.
|
2020-03-09 09:36:37 +01:00 |
bruvzg
|
4cc439922a
|
Update VulkanMemoryAllocator to 2.3.0 (Fixes build for 32-bit Windows and Linux).
|
2020-02-11 19:05:50 +02:00 |
Rémi Verschelde
|
db81928e08
|
Vulkan: Move thirdparty code out of drivers, style fixes
- `vk_enum_string_helper.h` is a generated file taken from the SDK
(Vulkan-ValidationLayers).
- `vk_mem_alloc.h` is a library from GPUOpen:
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
|
2020-02-11 14:08:44 +01:00 |