From 93a6acae9f1522c08fb0fa1b73de7404ed4016d8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 17 Apr 2023 15:33:27 +0200 Subject: output: add wlr_output_begin_render_pass() --- include/wlr/types/wlr_output.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index f56bd1eb..267e51ef 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -582,6 +582,13 @@ void wlr_output_state_set_buffer(struct wlr_output_state *state, */ bool wlr_output_configure_primary_swapchain(struct wlr_output *output, const struct wlr_output_state *state, struct wlr_swapchain **swapchain); +/** + * Begin a render pass on this output. + * + * Same as wlr_output_attach_render(), but returns a struct wlr_render_pass. + */ +struct wlr_render_pass *wlr_output_begin_render_pass(struct wlr_output *output, + struct wlr_output_state *state, int *buffer_age); /** -- cgit v1.2.3