]> git.tdb.fi Git - libs/gl.git/commit
Overhaul the Vulkan backend's memory allocator
authorMikko Rasa <tdb@tdb.fi>
Tue, 25 Jan 2022 17:42:35 +0000 (19:42 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 25 Jan 2022 17:42:35 +0000 (19:42 +0200)
commit738e2879b3cc64a7200f64e7a838704db82550b4
tree006f2ff4259cee2425052f2c6b5d1aed1f335447
parentbec8444ce5f844d156f5aac90ce9f0a92750cf62
Overhaul the Vulkan backend's memory allocator

It now sub-allocates from larger chunks of memory to avoid hitting
Vulkan's allocation count limit.
source/backends/vulkan/memoryallocator.cpp
source/backends/vulkan/memoryallocator.h