]> git.tdb.fi Git - libs/gl.git/history - source/backends/vulkan/transferqueue.cpp
Refactor TransferQueue to require explicit finalization of transfers
[libs/gl.git] / source / backends / vulkan / transferqueue.cpp
2021-12-11 Mikko RasaRefactor TransferQueue to require explicit finalization...
2021-12-11 Mikko RasaUse const void * for the object pointers in TransferQueue
2021-12-01 Mikko RasaSupport transfers with no staged data
2021-12-01 Mikko RasaTrack the order of transfers involving the same objects
2021-11-30 Mikko RasaUse another callback for pre-transfer synchronization
2021-11-21 Mikko RasaAdd a synchronization helper class to the Vulkan backend
2021-11-18 Mikko RasaInitial implementation of Vulkan backend