Skip to content

Releases: mrautio/duktape-webgl

v0.2.1

10 Aug 09:07
Compare
Choose a tag to compare
  • Add partial getParameter bindings
  • Fix uniformMatrix*v invalid count GL_INVALID_OPERATION
  • Fix WebGLUniformLocation type's handling
  • Add getActiveUniform and getActiveAttrib bindings
  • Function binding coverage = 140/175 = 80 %

v0.2.0

10 Jan 16:32
Compare
Choose a tag to compare

Increased bindings coverage since last release, including but not limited:

  • WebGLSync bindings
  • More buffer bindings
  • framebuffer and renderbuffer bindings
  • typed array uniform bindings
  • WebGL specific method bindings with dummy returns
  • Function binding coverage = 140/178 = 78.65168539325843 %

First release

06 Jan 10:11
Compare
Choose a tag to compare

First release of duktape-webgl

  • Supports fairly many methods and constants available in WebGL 1.0 and 2.0
  • Check out examples section