mpv/video/out/vulkan
Kacper Michajłow ac7e9247b2 vulkan/context: make use of VK_EXT_shader_object only if available
VK_EXT_shader_object was added in 1.3.246, mpv currently requires
1.3.238. Debian stable is at 1.3.239.

Fixes build on Debian stable (Bookworm).

Fixes: #15041
Fixes: 2ac1d6db32
2024-10-10 18:37:22 +02:00
..
common.h
context.c vulkan/context: make use of VK_EXT_shader_object only if available 2024-10-10 18:37:22 +02:00
context.h vf_gpu: vulkan and egl implementations 2024-04-27 01:08:22 +02:00
context_android.c various: add GPU context description 2024-04-18 16:28:21 +02:00
context_display.c vulkan/context_display: don't fake avalibity of callbacks 2024-08-27 01:27:39 +02:00
context_mac.m mac/vulkan: error out on context creation without an NSApplication 2024-07-16 11:20:40 +02:00
context_wayland.c options: move all wayland specific options to vo_opts 2024-07-24 18:46:04 +00:00
context_win.c various: add GPU context description 2024-04-18 16:28:21 +02:00
context_xlib.c various: add GPU context description 2024-04-18 16:28:21 +02:00
utils.c
utils.h