mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render, render/vulkan: add primaries to wlr_render_texture_options
This commit is contained in:
parent
a8144088df
commit
fa1feb447f
2 changed files with 17 additions and 1 deletions
|
|
@ -104,6 +104,8 @@ struct wlr_render_texture_options {
|
|||
enum wlr_render_blend_mode blend_mode;
|
||||
/* Transfer function the source texture is encoded with */
|
||||
enum wlr_color_transfer_function transfer_function;
|
||||
/* Primaries describing the color volume of the source texture */
|
||||
const struct wlr_color_primaries *primaries;
|
||||
|
||||
/* Wait for a timeline synchronization point before texturing.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue