mirror of
https://github.com/Ryujinx/SDL.git
synced 2026-05-25 07:16:41 +00:00
kaisyu
In case of OpenGLES, the sequences of loading and unloading driver library should be like that:
SDL_Init
...
SDL_GL_LoadLibrary
SDL_EGL_LoadLibrary
...
SDL_Quit
...
SDL_GL_UnloadLibrary
SDL_EGL_UnloadLibrary
...
However, according to my test results, the varible '_this->gl_config.driver_loaded' does not allow 'SDL_GL_UnloadLibrary' to call 'SDL_EGL_UnloadLibrary'.
|
||
|---|---|---|
| .. | ||
| SDL_DirectFB_dyn.c | ||
| SDL_DirectFB_dyn.h | ||
| SDL_DirectFB_events.c | ||
| SDL_DirectFB_events.h | ||
| SDL_DirectFB_modes.c | ||
| SDL_DirectFB_modes.h | ||
| SDL_DirectFB_mouse.c | ||
| SDL_DirectFB_mouse.h | ||
| SDL_DirectFB_opengl.c | ||
| SDL_DirectFB_opengl.h | ||
| SDL_DirectFB_render.c | ||
| SDL_DirectFB_render.h | ||
| SDL_DirectFB_shape.c | ||
| SDL_DirectFB_shape.h | ||
| SDL_DirectFB_video.c | ||
| SDL_DirectFB_video.h | ||
| SDL_DirectFB_window.c | ||
| SDL_DirectFB_window.h | ||
| SDL_DirectFB_WM.c | ||
| SDL_DirectFB_WM.h | ||