vulkan: Support MemPtr as input in blit

This commit is contained in:
columbarius 2023-09-24 20:37:36 +02:00
parent 7e40aec64e
commit c76addabd6
2 changed files with 44 additions and 2 deletions

View file

@ -40,6 +40,7 @@ struct vulkan_blit_state {
VkCommandPool commandPool;
VkCommandBuffer commandBuffer;
struct vulkan_staging_buffer staging_buffer;
VkFence fence;
VkSemaphore pipelineSemaphore;