output/render: Drop buffer age from wlr_output_begin_render_pass

For compositors wanting to damage track, `wlr_damage_ring_rotate_buffer()`
should be used and the damage should be set on the passed state.
This commit is contained in:
Alexander Orzechowski 2024-08-20 18:33:00 -04:00
parent 62cc96b3a4
commit eebaca8dbf
10 changed files with 11 additions and 16 deletions

View file

@ -616,7 +616,6 @@ bool wlr_output_configure_primary_swapchain(struct wlr_output *output,
* frames or -1 if unknown. This is useful for damage tracking.
*/
struct wlr_render_pass *wlr_output_begin_render_pass(struct wlr_output *output,
struct wlr_output_state *state, int *buffer_age,
struct wlr_buffer_pass_options *render_options);
struct wlr_output_state *state, struct wlr_buffer_pass_options *render_options);
#endif