mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-01 01:40:29 -05:00
vulkan: Introduce vulkan_pass for blit operations
This commit is contained in:
parent
522546e8d3
commit
3f47825082
2 changed files with 73 additions and 40 deletions
|
|
@ -14,6 +14,16 @@
|
|||
|
||||
#define MAX_STREAMS 2
|
||||
|
||||
struct vulkan_pass {
|
||||
uint32_t in_buffer_id;
|
||||
uint32_t in_stream_id;
|
||||
|
||||
uint32_t out_buffer_id;
|
||||
uint32_t out_stream_id;
|
||||
|
||||
int sync_fd;
|
||||
};
|
||||
|
||||
struct vulkan_stream {
|
||||
enum spa_direction direction;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue