mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
render: Use wlr_render_pass
This commit is contained in:
parent
07cdf6ccd0
commit
029b99b482
3 changed files with 109 additions and 90 deletions
|
@ -69,6 +69,8 @@ struct render_context {
|
|||
struct sway_output *output;
|
||||
struct wlr_renderer *renderer;
|
||||
const pixman_region32_t *output_damage;
|
||||
|
||||
struct wlr_render_pass *pass;
|
||||
};
|
||||
|
||||
struct sway_output *output_create(struct wlr_output *wlr_output);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue