mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
vulkan: Synchronize in and out buffers
This commit is contained in:
parent
412b0c7b49
commit
b8c91f7e54
5 changed files with 212 additions and 31 deletions
|
|
@ -41,6 +41,7 @@ struct vulkan_compute_state {
|
|||
VkCommandBuffer commandBuffer;
|
||||
|
||||
VkFence fence;
|
||||
VkSemaphore pipelineSemaphore;
|
||||
unsigned int initialized:1;
|
||||
unsigned int prepared:1;
|
||||
unsigned int started:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue