]> git.tdb.fi Git - libs/gl.git/history - source/backends/vulkan/transferqueue.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / backends / vulkan / transferqueue.cpp
2022-03-19 Mikko RasaAdd a wrapper class for recording Vulkan commands
2022-01-25 Mikko RasaAlign staging memory with an alignment suitable for...
2022-01-25 Mikko RasaRefactor Vulkan memory mapping functions
2021-12-20 Mikko RasaReset staging buffers in TransferQueue once the transfe...
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