Thanks,@developerbayman, This is exactly what I am doing, and as I've said clickable desktop runs just fine. I've checked your ppsspp code (thanks for that), which is using SDL2 from ubuntu-sdk-20.04. I've tried SDL2 from clickable 8.8.0 template (clickable create SDL app, I suppose it uses sdk-24.04 now, then override SDL3 with SDL2) and it does not want to create EGL context. Do you know the exact version of SDL2 used in your psp port?
A
Offline
Latest posts made by archie3d
-
RE: SDL3 and GLES
-
SDL3 and GLES
Hello,
Does anyone have a working example of SDL3 and GLES usage?
I am trying to extend a clickable default SDL template by creating renderer withSDL_WINDOW_OPENGLandSDL_GL_CONTEXT_PROFILE_ESprofile mask, but it either crashes or does not render anything (when I try to load the library explicitly withSDL_GL_LoadLibrary("libGLESv2.so")). Also tried with SDL2 - same story.clickable desktopruns fine though...
Thanks.