Updates to automatically loading different version
OpenGL ES 2.0+ removed support for a number of GL 1.x fixed-function pipeline features. This update makes the loader a bit smarter - it will auto-detect whether its loading a 1.x or 2.0+ library and will only issue a BadLibrary error if it lacks both the fixed function and shader program based pipelines.