Skip to content

Updates to automatically loading different version

Choose a tag to compare

@DannyArends DannyArends released this 20 Apr 08:05
· 3 commits to master since this release
88ef9ad

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.