Skip to content

Releases: nim-lang/opengl

1.2.9

06 Oct 05:27
8e2e098
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.7...1.2.9

1.2.7

12 Mar 05:05
57e01c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.6...1.2.7

1.1.0

29 Jul 14:57
Compare
Choose a tag to compare
  • Added support for GL_ARB_direct_state_access
  • Added Emscripten compatibility
  • Bugfix: Incorrect integer sizes were used in some cases
  • Changed the type of many constants to either GLint, GLbitfield or GLenum
  • Changed the type of GL_TRUE and GL_FALSE to GLboolean
  • Changed GLenum to a distinct type, with == borrowed
  • Changed GLbitfield to a distinct type, with == and or borrowed
  • Changed: The package file now uses the NimScript format

Bug fixes

06 Feb 02:16
Compare
Choose a tag to compare

Binary incompatibilities and type mismatches have been corrected