]> git.cworth.org Git - glenv/commit
Share common code for numeric glGet functions master
authorCarl Worth <cworth@cworth.org>
Thu, 5 Sep 2013 21:12:18 +0000 (14:12 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 5 Sep 2013 21:12:18 +0000 (14:12 -0700)
commit91d728328c25fbc6bbecb90949b293cd71295ff7
tree09f5671e7b73947569f88109ae2db3944f248a48
parent07eb5e7a7a1098297bc49f822bb78c293980c02e
Share common code for numeric glGet functions

The implementations of glGetDoublev, glGetFloatv, glGetIntegerv, and
glGetInteger64v were functionally identical, (differing only in the
type signature of the function and the name of the function being
deferred to). Here, we share all of the common parts in a new
glenv_get_integer function.
glwrap.c