mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
vulkan: use image sampler
This commit is contained in:
parent
b02ebec954
commit
d40e6aeedd
2 changed files with 24 additions and 4 deletions
|
|
@ -64,6 +64,8 @@ struct vulkan_state {
|
|||
VkDescriptorPool descriptorPool;
|
||||
VkDescriptorSetLayout descriptorSetLayout;
|
||||
|
||||
VkSampler sampler;
|
||||
|
||||
uint32_t n_streams;
|
||||
VkDescriptorSet descriptorSet;
|
||||
struct vulkan_stream streams[MAX_STREAMS];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue