Skip to content
Snippets Groups Projects
Commit 58b2e2fa authored by Sebastien Chevalier's avatar Sebastien Chevalier
Browse files

Version 0.9.4

parent 6f7fef0a
Branches
Tags v0.9.4
No related merge requests found
......@@ -235,7 +235,8 @@ VAO Caching
Version history
----
##### current version
##### 0.9.4
* Fixed some extended functions (like glBlendFuncSeparate) not working inside list (fixing some issues with Batch mode)
* Added back GL_TEXTURE_RECTANGLE_ARB handling (and using npot texture, even limited, if available)
* Added tracking of Lights and Materials
* Fixed (Added in fact) support for Multisampling on the GLX Context creation (a bit hacky, but seems to works)
......
......@@ -3,6 +3,6 @@
#define MAJOR 0
#define MINOR 9
#define REVISION 3
#define REVISION 4
#endif //_GL4ES_VERSION_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment