mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
VideoBackends:Vulkan: Use VMA for stream buffer
This commit is contained in:
parent
0e1b7a7b35
commit
1ba58e83ca
6 changed files with 86 additions and 164 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue