siniarskimar / zglgen

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

Fix glTexImage3D #20

Closed siniarskimar closed 5 months ago

siniarskimar commented 6 months ago

internalformat parameter is a GLenum, but the function pointer expects a GLint.

siniarskimar commented 5 months ago

As per commit message, OpenGL registry has special enums with special tag 'type', which should override the default GLenum. This is now fixed.