]> git.tdb.fi Git - libs/gl.git/history - source/backends/vulkan/transferqueue.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / backends / vulkan / transferqueue.h
2022-03-19 Mikko RasaAdd a wrapper class for recording Vulkan commands
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-18 Mikko RasaInitial implementation of Vulkan backend