diff options
author | Lynne <dev@lynne.ee> | 2021-10-11 00:20:15 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2021-11-12 03:36:35 +0100 |
commit | 7f3878828d88c6a8287d54818659e6f70293dabb (patch) | |
tree | 6c08265007f836a3cda04fe991dd0198cd8e4d38 /libavutil/hwcontext_vulkan.h | |
parent | 047c362d3cd71605628dc510e0b8747310f1db86 (diff) | |
download | ffmpeg-7f3878828d88c6a8287d54818659e6f70293dabb.tar.gz |
hwcontext_vulkan: bump required Vulkan loader version to 1.2
Diffstat (limited to 'libavutil/hwcontext_vulkan.h')
-rw-r--r-- | libavutil/hwcontext_vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/hwcontext_vulkan.h b/libavutil/hwcontext_vulkan.h index e4645527d7..8d1ae50e65 100644 --- a/libavutil/hwcontext_vulkan.h +++ b/libavutil/hwcontext_vulkan.h @@ -50,7 +50,7 @@ typedef struct AVVulkanDeviceContext { PFN_vkGetInstanceProcAddr get_proc_addr; /** - * Vulkan instance. Must be at least version 1.1. + * Vulkan instance. Must be at least version 1.2. */ VkInstance inst; |