For me FBO is not advertised with SDL2.
- I updated TinyGL with TinyGL-Update-2024-09-29.lha
- I calling tglEnableNewExtensions(0) after calling SDL_GL_CreateContext(), and before listing extensions.
but EXT_framebuffer_object is not advertised.
tinygl1.jpgtinygl2.jpgcould anyone use FBO with SDL2?