]> git.cworth.org Git - fips/commit
Switch from glGetQueryObjectiv to glGetQueryObjectuiv
authorCarl Worth <cworth@cworth.org>
Wed, 12 Jun 2013 00:18:12 +0000 (17:18 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 12 Jun 2013 00:18:12 +0000 (17:18 -0700)
commit22aa573de2860ddfe9092167525e2917e3a03cb8
tree83533bc0af9545050ee3dc32d2d792c8d9b2cda7
parent65892e28812cc06cceba26c22caca6e6b83960e0
Switch from glGetQueryObjectiv to glGetQueryObjectuiv

The latter is available in OpenGL ES 3 while the former is not.

We don't really care about the signedness either way, (we're fetching
a Boolean), so sticking consistently to the unsigned version provides
better portability with no downside.
metrics.c