diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-14 09:07:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 09:07:11 +0100 |
| commit | 09a61cdf53a0b34dd6bfa19da7f097c869a8e145 (patch) | |
| tree | a9159424740989ba146b89bde09843561cfb0013 /drivers/vulkan/rendering_device_vulkan.h | |
| parent | 618324cd84d7d03aff4512298d9f012f3f956a8d (diff) | |
| parent | 4e6c9d3ae979f2eb0151cf581fe61d2f3194ea72 (diff) | |
Merge pull request #57989 from RandomShaper/update_vma
Update & patch VMA, and re-implement the small buffers optimization
Diffstat (limited to 'drivers/vulkan/rendering_device_vulkan.h')
| -rw-r--r-- | drivers/vulkan/rendering_device_vulkan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vulkan/rendering_device_vulkan.h b/drivers/vulkan/rendering_device_vulkan.h index f42929ffa4..6510893196 100644 --- a/drivers/vulkan/rendering_device_vulkan.h +++ b/drivers/vulkan/rendering_device_vulkan.h @@ -1016,6 +1016,7 @@ class RenderingDeviceVulkan : public RenderingDevice { void _free_pending_resources(int p_frame); VmaAllocator allocator = nullptr; + VmaPool small_allocs_pool = nullptr; VulkanContext *context = nullptr; |