mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Untie wlr_gles2_renderer and wlr_gles2_texture
This commit is contained in:
parent
0c7968d093
commit
f3f61bed3e
6 changed files with 60 additions and 33 deletions
|
|
@ -270,6 +270,10 @@ bool wlr_egl_make_current(struct wlr_egl *egl, EGLSurface surface,
|
|||
return true;
|
||||
}
|
||||
|
||||
bool wlr_egl_is_current(struct wlr_egl *egl) {
|
||||
return eglGetCurrentContext() == egl->context;
|
||||
}
|
||||
|
||||
bool wlr_egl_swap_buffers(struct wlr_egl *egl, EGLSurface surface,
|
||||
pixman_region32_t *damage) {
|
||||
EGLBoolean ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue