]> git.tdb.fi Git - libs/gl.git/commit
Remove the kludge for FBO error codes on GLES
authorMikko Rasa <tdb@tdb.fi>
Sun, 9 Feb 2020 21:57:57 +0000 (23:57 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 9 Feb 2020 21:57:57 +0000 (23:57 +0200)
commitcbd2f2d0990d1e6c76cde38b17ac8eb1bc90dbf8
tree7f440ddba1d53dbc9cefc494219be4246109edce
parent746358b723bdb1ed71584d6fd28f783feb434aef
Remove the kludge for FBO error codes on GLES

This turned out to be a bad idea as the constants are not defined in the
headers.  Not having them here makes the extension generator emit the
definitions with a proper #ifndef guard.
gl.fixes.xml