Remove SDL_GL_CONTEXT_EGL #6657 (#6683)

This commit is contained in:
Sylvain Becker
2022-12-01 23:53:37 +01:00
committed by GitHub
parent 7237c56499
commit ab1f4172e3
4 changed files with 7 additions and 19 deletions

View File

@@ -31,3 +31,5 @@ General:
* SDL_stdinc.h no longer includes stdio.h, stdlib.h, etc., it only provides the SDL C runtime functionality
* Added SDL_CreateSurface() and SDL_CreateSurfaceFrom() which replace the SDL_CreateRGBSurface*()
* Removed unused 'flags' parameter from SDL_ConvertSurface and SDL_ConvertSurfaceFormat
* Removed 'SDL_GL_CONTEXT_EGL' from OpenGL configuration attributes