]> git.tdb.fi Git - libs/gl.git/commit
Use GL_VERSION_x_y to guard the enums for promoted extensions
authorMikko Rasa <tdb@tdb.fi>
Mon, 16 Jun 2014 20:06:01 +0000 (23:06 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 16 Jun 2014 20:06:01 +0000 (23:06 +0300)
commitf159ebc4120fb057c9d59efb0e5c7c36bff6f40a
tree0bdebec18eb90d6fe49e8bb9d83527619c098717
parentbb52497591bb827c2581cbf02e53785e39f9cfcd
Use GL_VERSION_x_y to guard the enums for promoted extensions

The core names for enums are used in headers, and older systems might
have the extension present but too old core version.
scripts/extgen.py