siniarskimar / zglgen

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

Fill in non-existant enum groups in command parameters #11

Closed siniarskimar closed 6 months ago

siniarskimar commented 6 months ago

Generating GL 3.2 results in a missing enum group SyncBehaviorFlags. This is cause because the enum group is never declared explicitly.

Either do a second pass over all enums groups or when group is not found, replace it with GLenum.