]> git.tdb.fi Git - libs/gl.git/commit
Remove sized L and LA pixel formats
authorMikko Rasa <tdb@tdb.fi>
Sun, 9 Feb 2020 21:48:45 +0000 (23:48 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 9 Feb 2020 21:48:45 +0000 (23:48 +0200)
commit0a151ebd17ae98eb145713889887d5070c8a12fb
treec610e1839fdddb17f720b16bee730c631bc57f5b
parent6dc3e14d26c747dfcece883771f457e5561c5d09
Remove sized L and LA pixel formats

These constants are not part of modern OpenGL and not supported on
OpenGL ES.  The unsized formats can still be used for uploading data
and will be translated to RED and RG for use as internal format.
source/pixelformat.cpp
source/pixelformat.h
source/texture.cpp