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