Re: SDL 2.0 OpenGL 1.1 Android Poor Performance on Adreno GPU's
"blueshogun96" <[email protected]>
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Message-ID | <[email protected]> |
This sounds like more of an OpenGL [ES] issue, rather than an SDL issue. Why are you using ES 1.1? ES 2.0+ is more efficient, and the majority of devices are supporting programmable pipelines. Also, have you considered using instancing or optimizing your draw calls? Once again, I recommend looking into your rendering code, preferably with a profiler. Shogun _______________________________________________ SDL mailing list [email protected] http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org