Skip to content

Commit 02f45a7

Browse files
committed
avfilter/vf_gblur_vulkan: omit unnecessary buffer usage flag
Implied internally now when needed.
1 parent 0a4cdf8 commit 02f45a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libavfilter/vf_gblur_vulkan.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ static int init_gblur_pipeline(GBlurVulkanContext *s,
171171
RET(ff_vk_shader_register_exec(&s->vkctx, &s->e, shd));
172172

173173
RET(ff_vk_create_buf(&s->vkctx, params_buf, sizeof(float) * ksize, NULL, NULL,
174-
VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT |
175174
VK_BUFFER_USAGE_STORAGE_BUFFER_BIT,
176175
VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT));
177176
RET(ff_vk_map_buffer(&s->vkctx, params_buf, &kernel_mapped, 0));

0 commit comments

Comments
 (0)