[FFmpeg-cvslog] hwcontext_vulkan: enable shaderBufferInt64Atomics if supported
Lynne
git at videolan.org
Sat Oct 12 00:55:10 EEST 2024
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Thu Oct 10 07:25:39 2024 +0200| [8c47cf9eeacaad8e6148760e43620cd79a5cc34f] | committer: Lynne
hwcontext_vulkan: enable shaderBufferInt64Atomics if supported
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c47cf9eeacaad8e6148760e43620cd79a5cc34f
---
libavutil/hwcontext_vulkan.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c
index 49e9c25a98..47e21fda83 100644
--- a/libavutil/hwcontext_vulkan.c
+++ b/libavutil/hwcontext_vulkan.c
@@ -256,6 +256,7 @@ static void device_features_copy_needed(VulkanDeviceFeatures *dst, VulkanDeviceF
COPY_VAL(vulkan_1_2.storageBuffer8BitAccess);
COPY_VAL(vulkan_1_2.uniformAndStorageBuffer8BitAccess);
COPY_VAL(vulkan_1_2.shaderFloat16);
+ COPY_VAL(vulkan_1_2.shaderBufferInt64Atomics);
COPY_VAL(vulkan_1_2.shaderSharedInt64Atomics);
COPY_VAL(vulkan_1_2.vulkanMemoryModel);
COPY_VAL(vulkan_1_2.vulkanMemoryModelDeviceScope);
More information about the ffmpeg-cvslog
mailing list