mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
lavfi/vulkan: fix static descriptor set updating
Update all descriptor sets for all queues if a descriptor set hasn't been initialized yet.
This commit is contained in:
parent
5fc935c7fa
commit
8f9888a8d4
2 changed files with 22 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ typedef struct FFVulkanPipeline {
|
|||
void **desc_staging;
|
||||
VkDescriptorSetLayoutBinding **desc_binding;
|
||||
VkDescriptorUpdateTemplate *desc_template;
|
||||
int *desc_set_initialized;
|
||||
int desc_layout_num;
|
||||
int descriptor_sets_num;
|
||||
int total_descriptor_sets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue