Files
love/src/modules/graphics/vulkan
niki 524e011133 vulkan: make Texture::uploadByteData async
Before this commit we would greedily wait for the upload to be complete
before exiting the function. This is of course not correct, since
we might be changing data that is still being used in a render in
flight. Of course we also need to cleanup the resources asynchronously
after the frame has been rendered fully.
2022-07-29 22:35:35 +02:00
..
2022-07-14 18:01:46 +02:00
2022-07-29 21:04:35 +02:00
2022-07-11 13:58:35 +02:00
2022-07-11 13:58:35 +02:00