grovesNL / glow

GL on Whatever: a set of bindings to run GL anywhere and avoid target-specific code
Apache License 2.0
1.2k stars 130 forks source link

add aliases for get_parameter_* functions #300

Closed tesselode closed 2 months ago

tesselode commented 2 months ago

Usually glow's names line up pretty well with OpenGL names, but I had to ask around to find out what the glow equivalents of glGetIntegerv and friends are. This PR adds some doc aliases to make the functions easier to discover.