]> git.tdb.fi Git - libs/gl.git/commit
Refactor allocation index and ID handling in the Vulkan backend
authorMikko Rasa <tdb@tdb.fi>
Tue, 25 Jan 2022 16:56:16 +0000 (18:56 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 25 Jan 2022 17:33:13 +0000 (19:33 +0200)
commit7e48ef177b668f2ed4c0346fa268e3dbfbb63203
treef7cc5811e6c81fe0029338a9d56ccd3fa45fa61b
parenta9b6dba74b595361df3d9c934e479ccf83ad91a1
Refactor allocation index and ID handling in the Vulkan backend

MemoryAllocator now always uses indices internally.  Incoming IDs are
checked for validity.
source/backends/vulkan/memoryallocator.cpp
source/backends/vulkan/memoryallocator.h