Releases: sriharshachilakapati/WebGL4J
Release v0.2.9
This release fixes two bugs with glGetTexParameter
and adds a missing glBufferData
function overload. It also includes more documentation work.
Release v0.2.8
This is a bug fix version over v0.2.7 that fixes an important bug with the conversion of webgl objects to integer handles that generates two or more objects with the same handle if deleting objects is performed. It is recommended that all users using 0.2.7 to immediately switch to v0.2.8 to prevent that from happening.
Release v0.2.7
This is a bug fix release over v0.2.5 that it fixes the ClassCastException when using generic any return functions, and also adds the missing glGetVertexAttrib function in WebGL20 class.
Release v0.2.5
This is a bug fix release over v0.2.4 fixing a bug with WEBGL_lose_context extension. The bug is caused by a typo causing the extension being incorrectly reported as not supported.
Release v0.2.4
This is a public release of the library. The library now completely supports both WebGL 1.0 and WebGL 2.0 specifications along with bindings to all the Khronos ratified extensions.
v0.1.1 Beta Build
The first beta release of WebGL4J. Contains added WebGL20 class along with improvements to WebGL10 and utility classes. The API has been refactored a bit to look like the native WebGL.
v0.0.1 Alpha build
The first alpha release of WebGL4J. Contains WebGL10 class and the utility classes.