]> git.cworth.org Git - fips/commit
Fix compilation due to changed signature of glClearNamedBufferSubDataEXT.
authorMark Janes <mark.a.janes@intel.com>
Mon, 18 Aug 2014 22:01:10 +0000 (15:01 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 19 Aug 2014 23:17:27 +0000 (16:17 -0700)
commit47739542f4ffba033bb70a8f58d1a056889f717e
treec92ba582a0d9f581bf5d74b52a9d3317f9bd5d06
parentab47b0f15d34ef4d447ea8042b9d6a963ff5b6d7
Fix compilation due to changed signature of glClearNamedBufferSubDataEXT.

As of GL_GLEXT_VERSION 20131212, the function signature of
glClearNamedBufferSubDataEXT changed, (different argument order). By
keying off of the version, we can support compilation with either an
old or a new version of glext.h.
glwrap.c