From 1b7308b61db02fb2475585933a146253c87812de Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 3 Mar 2024 17:48:36 +0100 Subject: avutil/vulkan: Remove unused ff_vk_set_descriptor_sampler() Reviewed-by: Lynne Signed-off-by: Andreas Rheinhardt --- libavutil/vulkan.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavutil/vulkan.h') diff --git a/libavutil/vulkan.h b/libavutil/vulkan.h index c04a43e278..15d954fcb8 100644 --- a/libavutil/vulkan.h +++ b/libavutil/vulkan.h @@ -481,10 +481,6 @@ int ff_vk_exec_pipeline_register(FFVulkanContext *s, FFVkExecPool *pool, void ff_vk_exec_bind_pipeline(FFVulkanContext *s, FFVkExecContext *e, FFVulkanPipeline *pl); -/* Update sampler/image/buffer descriptors. e may be NULL for read-only descriptors. */ -int ff_vk_set_descriptor_sampler(FFVulkanContext *s, FFVulkanPipeline *pl, - FFVkExecContext *e, int set, int bind, int offs, - VkSampler *sampler); int ff_vk_set_descriptor_buffer(FFVulkanContext *s, FFVulkanPipeline *pl, FFVkExecContext *e, int set, int bind, int offs, VkDeviceAddress addr, VkDeviceSize len, VkFormat fmt); -- cgit v1.2.3