Skip to content

Releases: DannyArends/bindbc-gles

Updated to new bindbc-loader version

05 May 19:29

Choose a tag to compare

Adds some missing OpenGL ES 2.0 functions

24 Apr 08:13
5a13f32

Choose a tag to compare

@aubade kindly went through the official ES 2.0 reference spec and added missing OpenGL ES 2.0 functions, now they should all be present.

Updates to automatically loading different version

20 Apr 08:05
88ef9ad

Choose a tag to compare

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.