How to handle wildly varying rendering hardware / getting baseline
- by edA-qa mort-ora-y
I've recently started with mobile programming (cross-platform, also with desktop) and am encountering wildly differing hardware performance, in particular with OpenGL and the GPU. I know I'll basically have to adjust my rendering code but I'm uncertain of how to detect performance and what reasonable default settings are.
I notice that certain…