VideoBackends:Vulkan: Use VMA for stream buffer

This commit is contained in:
Robin Kertels 2022-10-07 23:48:11 +02:00
commit 1ba58e83ca
No known key found for this signature in database
GPG key ID: 3824904F14D40757
6 changed files with 86 additions and 164 deletions

View file

@ -92,6 +92,7 @@ public:
void DeferBufferDestruction(VkBuffer buffer, VmaAllocation alloc);
void DeferFramebufferDestruction(VkFramebuffer object);
void DeferImageDestruction(VkImage object);
void DeferImageDestruction(VkImage object, VmaAllocation alloc);
void DeferImageViewDestruction(VkImageView object);
private: