mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
6bb7639a0f
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. |
||
---|---|---|
.. | ||
pixel_format.c | ||
renderer.c | ||
shaders.c | ||
texture.c | ||
util.c |