mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-05 04:06:11 -05:00
render: remove buffer primaries from pass options
colorspace conversion is now carried explicitely by setting a wlr_color_transform_matrix in the color transform
This commit is contained in:
parent
fdb473e675
commit
3d3d5fb1b7
5 changed files with 29 additions and 29 deletions
|
|
@ -430,9 +430,6 @@ struct wlr_vk_render_pass {
|
|||
bool two_pass; // rendering via intermediate blending buffer
|
||||
struct wlr_color_transform *color_transform;
|
||||
|
||||
bool has_primaries;
|
||||
struct wlr_color_primaries primaries;
|
||||
|
||||
struct wlr_drm_syncobj_timeline *signal_timeline;
|
||||
uint64_t signal_point;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue