From e85e8bc3249aeb0eebbde1debee51a5941aa08b4 Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Thu, 30 Nov 2023 19:55:51 -0500 Subject: wlr_texture: Introduce wlr_texture_read_pixels_options helpers --- include/wlr/render/interface.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/wlr/render/interface.h') diff --git a/include/wlr/render/interface.h b/include/wlr/render/interface.h index e9159b79..29a78f92 100644 --- a/include/wlr/render/interface.h +++ b/include/wlr/render/interface.h @@ -93,4 +93,10 @@ float wlr_render_texture_options_get_alpha(const struct wlr_render_texture_optio void wlr_render_rect_options_get_box(const struct wlr_render_rect_options *options, const struct wlr_buffer *buffer, struct wlr_box *box); +void wlr_texture_read_pixels_options_get_src_box( + const struct wlr_texture_read_pixels_options *options, + const struct wlr_texture *texture, struct wlr_box *box); +void *wlr_texture_read_pixel_options_get_data( + const struct wlr_texture_read_pixels_options *options); + #endif -- cgit v1.2.3