Skip to content

zigglgen 0.2.0

Compare
Choose a tag to compare
@castholm castholm released this 07 Mar 23:20
· 24 commits to master since this release
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