summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/context.h')
-rw-r--r--video/out/gpu/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gpu/context.h b/video/out/gpu/context.h
index 4cf2af9e3e..8c35eb0fc0 100644
--- a/video/out/gpu/context.h
+++ b/video/out/gpu/context.h
@@ -44,6 +44,7 @@ struct ra_ctx_fns {
// optional.
void (*wakeup)(struct ra_ctx *ctx);
void (*wait_events)(struct ra_ctx *ctx, int64_t until_time_us);
+ void (*update_render_opts)(struct ra_ctx *ctx);
// Initialize/destroy the 'struct ra' and possibly the underlying VO backend.
// Not normally called by the user of the ra_ctx.