<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SDL3 and GLES]]></title><description><![CDATA[<p dir="auto">Hello,<br />
Does anyone have a working example of SDL3 and GLES usage?<br />
I am trying to extend a clickable default SDL template by creating renderer with <code>SDL_WINDOW_OPENGL</code> and <code>SDL_GL_CONTEXT_PROFILE_ES</code> profile mask, but it either crashes or does not render anything (when I try to load the library explicitly with <code>SDL_GL_LoadLibrary("libGLESv2.so")</code>). Also tried with SDL2 - same story. <code>clickable desktop</code> runs fine though...<br />
Thanks.</p>
]]></description><link>https://forums.ubports.com/topic/12168/sdl3-and-gles</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 03:02:56 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/12168.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Apr 2026 10:53:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SDL3 and GLES on Tue, 07 Apr 2026 22:05:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/archie3d" aria-label="Profile: archie3d">@<bdi>archie3d</bdi></a> It uses the system libsdl2-dev from the ubuntu-sdk-20.04 clickable framework and for that framework the SDL2 package is 2.0.10+dfsg1-3 on Focal/arm64 ...i tend to find even if your building for a newer version of UT you still have to use older packages because there is a break it seems in the versions and packaging being updated? ..idk i do know every time i try to build with newer repos something breaks ....</p>
]]></description><link>https://forums.ubports.com/post/94827</link><guid isPermaLink="true">https://forums.ubports.com/post/94827</guid><dc:creator><![CDATA[developerbayman]]></dc:creator><pubDate>Tue, 07 Apr 2026 22:05:07 GMT</pubDate></item><item><title><![CDATA[Reply to SDL3 and GLES on Tue, 07 Apr 2026 18:30:00 GMT]]></title><description><![CDATA[<p dir="auto">Thanks,<a class="plugin-mentions-user plugin-mentions-a" href="/user/developerbayman" aria-label="Profile: developerbayman">@<bdi>developerbayman</bdi></a>, This is exactly what I am doing, and as I've said <code>clickable desktop</code> 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 (<code>clickable create</code> 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?</p>
]]></description><link>https://forums.ubports.com/post/94824</link><guid isPermaLink="true">https://forums.ubports.com/post/94824</guid><dc:creator><![CDATA[archie3d]]></dc:creator><pubDate>Tue, 07 Apr 2026 18:30:00 GMT</pubDate></item><item><title><![CDATA[Reply to SDL3 and GLES on Tue, 07 Apr 2026 11:14:38 GMT]]></title><description><![CDATA[<p dir="auto">create an SDL_WINDOW_OPENGL window, set SDL_GL_CONTEXT_PROFILE_ES, create the context with SDL_GL_CreateContext, and do not manually force SDL_GL_LoadLibrary("<a href="http://libGLESv2.so" target="_blank" rel="noopener noreferrer nofollow ugc">libGLESv2.so</a>")</p>
]]></description><link>https://forums.ubports.com/post/94819</link><guid isPermaLink="true">https://forums.ubports.com/post/94819</guid><dc:creator><![CDATA[developerbayman]]></dc:creator><pubDate>Tue, 07 Apr 2026 11:14:38 GMT</pubDate></item><item><title><![CDATA[Reply to SDL3 and GLES on Tue, 07 Apr 2026 10:58:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/archie3d" aria-label="Profile: archie3d">@<bdi>archie3d</bdi></a> yes check out my ppsspp port <a href="https://forums.ubports.com/topic/12094/app-public-testing-native-port-ppsspp-psp-emulator-beta/15">https://forums.ubports.com/topic/12094/app-public-testing-native-port-ppsspp-psp-emulator-beta/15</a></p>
]]></description><link>https://forums.ubports.com/post/94818</link><guid isPermaLink="true">https://forums.ubports.com/post/94818</guid><dc:creator><![CDATA[developerbayman]]></dc:creator><pubDate>Tue, 07 Apr 2026 10:58:31 GMT</pubDate></item></channel></rss>