]> git.tdb.fi Git - libs/gl.git/commit
Always use swizzle to implement luminance formats
authorMikko Rasa <tdb@tdb.fi>
Mon, 1 Feb 2021 12:52:05 +0000 (14:52 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 1 Feb 2021 17:01:40 +0000 (19:01 +0200)
commit2ed67ce59027c34f0ae78118d82c70eb1577e949
tree353ed1e64c72d2d1b3e5cca71c831143b9a10af3
parent73eec11d44a24bac121f1b0d85f20d58005f3545
Always use swizzle to implement luminance formats

ARB_texture_swizzle was promoted to core in OpenGL 3.3 and hardware not
supporting that is obsolete.
source/texture.cpp