esfml
esfml copied to clipboard
Support sf::RenderTexture
Vanilla OpenGL ES 1.x versions don't support FBO and this task should be performed with EGL rendering surface. However, there's a OES extension which add FBO support so, if this extension is available, use it, otherwise fall-back to EGL rendering surfaces.