mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 07:29:09 +00:00
Add final Vulkan AV1 ext and VVC support
Fixes https://github.com/libsdl-org/SDL/issues/9464
This commit is contained in:
parent
57a5b26d77
commit
d51b53ef8f
2 changed files with 14 additions and 6 deletions
|
@ -561,7 +561,7 @@ static int createDevice(VulkanVideoContext *context)
|
|||
VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME,
|
||||
VK_KHR_VIDEO_DECODE_H264_EXTENSION_NAME,
|
||||
VK_KHR_VIDEO_DECODE_H265_EXTENSION_NAME,
|
||||
"VK_MESA_video_decode_av1"
|
||||
VK_KHR_VIDEO_DECODE_AV1_EXTENSION_NAME
|
||||
};
|
||||
VkDeviceCreateInfo deviceCreateInfo = { 0 };
|
||||
VkDeviceQueueCreateInfo *queueCreateInfos = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue