render: add color encoding and range to wlr_render_texture_options

This commit is contained in:
Simon Ser 2025-10-28 20:44:00 +01:00 committed by Simon Zeni
parent 378a491823
commit 2a87ec8a35
2 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,8 @@ struct wlr_renderer {
// Capabilities required for the buffer used as a render target (bitmask of
// enum wlr_buffer_cap)
uint32_t render_buffer_caps;
// Supported color encodings for YCbCr textures
uint32_t color_encodings; // bitmask of enum wlr_color_encoding
struct {
struct wl_signal destroy;