mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-17 22:05:38 -05:00
vulkan: Split buffer import into CPU and GPU part
This commit is contained in:
parent
3f47825082
commit
75daa140f3
2 changed files with 36 additions and 10 deletions
|
|
@ -21,6 +21,8 @@ struct vulkan_pass {
|
|||
uint32_t out_buffer_id;
|
||||
uint32_t out_stream_id;
|
||||
|
||||
VkBufferImageCopy in_copy;
|
||||
|
||||
int sync_fd;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue