ziglibs / zgl

Zig OpenGL Wrapper
MIT License
425 stars 62 forks source link

Expose OpenGL integer and float types #25

Closed Exonorid closed 3 years ago

Exonorid commented 3 years ago

This PR allows users to access the C library's GLboolean, GLint, GLenum, etc. through public aliases, as well as updating the library code to use said aliases.