mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -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
|
|
@ -407,6 +407,9 @@ struct wlr_vk_render_pass {
|
|||
bool has_primaries;
|
||||
struct wlr_color_primaries primaries;
|
||||
|
||||
bool has_luminances;
|
||||
struct wlr_color_luminances luminances;
|
||||
|
||||
struct wlr_drm_syncobj_timeline *signal_timeline;
|
||||
uint64_t signal_point;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue