Files
SDL/src/video
Sam Lantinga d305bc6d55 Fixed order of operations problem when tearing down the window
Make sure the window framebuffer is cleaned up before shutting down OpenGL, as it might be implemented using an OpenGL texture.

Fixes this call stack:
```
(gdb) p _this
$1 = (SDL_VideoDevice *) 0x42e360
(gdb) p _this->egl_data
$2 = (struct SDL_EGL_VideoData *) 0x0
```
2022-12-17 07:09:24 -08:00
..
2022-12-15 08:01:01 -08:00
2022-12-01 13:07:03 -08:00
2022-11-30 12:51:59 -08:00
2022-12-01 13:07:03 -08:00
2022-12-01 13:07:03 -08:00
2022-12-01 13:07:03 -08:00
2022-12-01 13:07:03 -08:00
2022-12-01 13:07:03 -08:00
2022-12-01 13:07:03 -08:00