summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-02-14 12:36:05 -0600
committerDudemanguy <random342@airmail.cc>2024-02-17 18:56:20 +0000
commit85e84f6d9202c8f24def535a6aa78994c0223298 (patch)
tree35121c0fdf45341f12ad79245dc9008afb927a6a /options/options.h
parent073858fcddddc757dcfb0e10640d19ac8d6d925d (diff)
downloadmpv-85e84f6d9202c8f24def535a6aa78994c0223298.tar.bz2
mpv-85e84f6d9202c8f24def535a6aa78994c0223298.tar.xz
vo_gpu_next: move gpu-next opts to specific sub option
This matches the general workflow in the codebase. We keep a cache of these new options and update them if needed. Fixes #13481 and fixes #11518.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index e05b723a01..9dce3f609c 100644
--- a/options/options.h
+++ b/options/options.h
@@ -366,6 +366,7 @@ typedef struct MPOpts {
struct ra_ctx_opts *ra_ctx_opts;
struct gl_video_opts *gl_video_opts;
+ struct gl_next_opts *gl_next_opts;
struct angle_opts *angle_opts;
struct opengl_opts *opengl_opts;
struct vulkan_opts *vulkan_opts;