mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-29 21:37:54 -04:00
vulkan: Support MemPtr as input in blit
This commit is contained in:
parent
7e40aec64e
commit
c76addabd6
2 changed files with 44 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ struct vulkan_blit_state {
|
|||
|
||||
VkCommandPool commandPool;
|
||||
VkCommandBuffer commandBuffer;
|
||||
struct vulkan_staging_buffer staging_buffer;
|
||||
|
||||
VkFence fence;
|
||||
VkSemaphore pipelineSemaphore;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue