mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-28 08:56:32 -05:00
Introduce wlr_renderer_get_egl
This commit is contained in:
parent
aa9ea95e1f
commit
4c9423278a
3 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue