opengles: Readd an OpenGL ES 1 renderer to SDL3! (#15185)

This readds the "opengles" renderer, updated from SDL2 to work on SDL3.

Fixes #15661.

Co-authored-by: Ryan C. Gordon <icculus@icculus.org>
Co-authored-by: Cameron Cawley <ccawley2011@gmail.com>
This commit is contained in:
Sylvain Becker
2026-05-26 02:41:13 +02:00
committed by GitHub
parent 548057693c
commit d4236dcd85
7 changed files with 1264 additions and 0 deletions

View File

@@ -461,6 +461,7 @@
#cmakedefine SDL_VIDEO_RENDER_METAL 1
#cmakedefine SDL_VIDEO_RENDER_VULKAN 1
#cmakedefine SDL_VIDEO_RENDER_OGL 1
#cmakedefine SDL_VIDEO_RENDER_OGL_ES 1
#cmakedefine SDL_VIDEO_RENDER_OGL_ES2 1
#cmakedefine SDL_VIDEO_RENDER_NGAGE 1
#cmakedefine SDL_VIDEO_RENDER_PS2 1