Releases: castholm/zigglgen
Releases · castholm/zigglgen
v0.2.3
v0.2.2
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
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
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
andVertexAttribPointer
. - Improved ordering and grouping of symbols, taking suffixes like
iv
orfv
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 toloader
.
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
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.