mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
render, render/vulkan: add wlr_buffer_pass_options.luminances
Allows callers to customized the target luminances.
This commit is contained in:
parent
7b91939d9e
commit
de52bc70b9
3 changed files with 14 additions and 1 deletions
|
|
@ -36,6 +36,8 @@ struct wlr_buffer_pass_options {
|
|||
struct wlr_color_transform *color_transform;
|
||||
/** Primaries describing the color volume of the destination buffer */
|
||||
const struct wlr_color_primaries *primaries;
|
||||
/** Luminances for the destination buffer */
|
||||
const struct wlr_color_luminances *luminances;
|
||||
|
||||
/* Signal a timeline synchronization point when the render pass completes.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue