]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hwcontext.h
hwcontext_vulkan: expose enabled device and instance extensions
[ffmpeg] / libavutil / hwcontext.h
index f5a4b623877477c0d778bea1ab051be074fe09d5..f874af9f8fc1d76709d638e5b5cc92b0a5d2a08a 100644 (file)
@@ -36,6 +36,7 @@ enum AVHWDeviceType {
     AV_HWDEVICE_TYPE_DRM,
     AV_HWDEVICE_TYPE_OPENCL,
     AV_HWDEVICE_TYPE_MEDIACODEC,
+    AV_HWDEVICE_TYPE_VULKAN,
 };
 
 typedef struct AVHWDeviceInternal AVHWDeviceInternal;