mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
vulkan: more improvements
This commit is contained in:
parent
e6f01563ab
commit
6e681fc98d
3 changed files with 65 additions and 20 deletions
|
|
@ -64,7 +64,7 @@ struct vulkan_state {
|
|||
VkDescriptorSetLayout descriptorSetLayout;
|
||||
|
||||
uint32_t n_streams;
|
||||
VkDescriptorSet descriptorSet[MAX_STREAMS];
|
||||
VkDescriptorSet descriptorSet;
|
||||
struct vulkan_stream streams[MAX_STREAMS];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue