siniarskimar / zglgen

OpenGL bindings generator written in Zig
zlib License
2 stars 1 forks source link

Use std.zig.Ast interface to generate modules #34

Closed siniarskimar closed 1 month ago

siniarskimar commented 3 months ago

This would guarantee that the modules generated are compatible with the Zig version zglgen is compiled for. Big con is that, this interface is mostly undocumented.