Introduce wlr_renderer_get_egl

This commit is contained in:
Drew DeVault 2019-11-07 13:38:45 -05:00 committed by Simon Ser
parent aa9ea95e1f
commit 4c9423278a
3 changed files with 9 additions and 0 deletions

View file

@ -109,6 +109,7 @@ bool wlr_renderer_format_supported(struct wlr_renderer *r,
enum wl_shm_format fmt);
void wlr_renderer_init_wl_display(struct wlr_renderer *r,
struct wl_display *wl_display);
/**
* Destroys this wlr_renderer. Textures must be destroyed separately.
*/