mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
vulkan: Support MemPtr as import for compute
This commit is contained in:
parent
7ffd8ff4de
commit
3f80bc2e70
2 changed files with 49 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ struct vulkan_compute_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