mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
When a texture is destroyed between wlr_egl_make_current and wlr_egl_swap_buffers, it resets the current EGL surface to NULL. This makes wlr_egl_swap_buffers fail. If the EGL context is already current, there's no need to reset it. |
||
|---|---|---|
| .. | ||
| gles2 | ||
| dmabuf.c | ||
| drm_format_set.c | ||
| egl.c | ||
| glapi.txt | ||
| meson.build | ||
| wlr_renderer.c | ||
| wlr_texture.c | ||