Skip to content

Releases: castholm/zigglgen

v0.2.3

21 May 18:21
Compare
Choose a tag to compare

Release notes

  • Fixing lazyPath error for latest zig master by @ryzech in #5

Full Changelog: v0.2.2...v0.2.3

Tested with

  • 0.12.0-dev.3180+83e578a18
  • 0.12.0
  • 0.13.0-dev.230+50a141945

v0.2.2

06 May 20:51
Compare
Choose a tag to compare

Release notes

  • Corrected fixing of GLES API version to only apply to GLES. by @tgschultz in #4

Full Changelog: v0.2.1...v0.2.2

Tested with

  • 0.12.0-dev.3180+83e578a18
  • 0.12.0
  • 0.13.0-dev.73+db890dbae

zigglgen 0.2.1

11 Mar 18:20
Compare
Choose a tag to compare

Release notes

  • Fixed an issue causing enum data structure branch eval quotas to get hit on recent master Zig versions. No API changes.

Full Changelog: v0.2.0...v0.2.1

Tested with

  • 0.12.0-dev.3212+40e64245f
  • 0.12.0-dev.2063+804cee3b9/2024.1.0-mach

zigglgen 0.2.0

07 Mar 23:20
Compare
Choose a tag to compare
zig fetch https://github.com/castholm/zigglgen/releases/download/v0.2.0/zigglgen.tar.gz --save

Release notes

  • Added ~50 or so additional parameter/return type overrides, notably Gen*, Delete*, ShaderSource, GetAttribLocation, GetUniformLocation and VertexAttribPointer.
  • Improved ordering and grouping of symbols, taking suffixes like iv or fv into account.
  • Set the extension of the generated file to .zig to help with automatic syntax highlighting in IDEs.
  • Improved handling of build.zig usage errors (better error messages when specifying invalid combinations of APIs, versions, profiles and extensions).
  • Renamed the locator parameter to loader.

Full Changelog: v0.1.0...v0.2.0

Tested with

  • 0.12.0-dev.3161+377ecc6af
  • 0.12.0-dev.2063+804cee3b9/2024.1.0-mach

zigglgen 0.1.0

09 Feb 16:05
Compare
Choose a tag to compare

The initial public release of the new zigglgen written in Zig.

The previous web-based zigglgen has been archived and can be found in the archive/web branch.