vulkan: Split buffer import into CPU and GPU part

This commit is contained in:
columbarius 2024-04-07 17:34:53 +02:00 committed by Wim Taymans
parent 3f47825082
commit 75daa140f3
2 changed files with 36 additions and 10 deletions

View file

@ -21,6 +21,8 @@ struct vulkan_pass {
uint32_t out_buffer_id;
uint32_t out_stream_id;
VkBufferImageCopy in_copy;
int sync_fd;
};