ziglibs / zgl

Zig OpenGL Wrapper
MIT License
425 stars 62 forks source link

Add enum values needed by debug output #110

Closed mondegreengames closed 6 months ago

mondegreengames commented 6 months ago

This should have been including in my previous PR (https://github.com/ziglibs/zgl/pull/109) but I didn't realize it wasn't included.

This fixes the enum values related to debug output. Otherwise debugMessageCallback() will always raise a "invalid enum" error.