We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5111c commit f0240d2Copy full SHA for f0240d2
1 file changed
video/out/gpu/context.h
@@ -77,6 +77,9 @@ struct ra_ctx_params {
77
// Preferred device color space. Optional.
78
pl_color_space_t (*preferred_csp)(struct ra_ctx *ctx);
79
80
+ // See ra_swapchain_fns.target_ref_luma. Optional.
81
+ float (*preferred_ref_luma)(struct ra_ctx *ctx);
82
+
83
// See ra_swapchain_fns.set_color. Optional.
84
bool (*set_color)(struct ra_ctx *ctx, struct mp_image_params *params);
85
0 commit comments