]> git.tdb.fi Git - libs/gl.git/commit
Simplify applying texture swizzling
authorMikko Rasa <tdb@tdb.fi>
Sun, 31 Jan 2021 11:11:52 +0000 (13:11 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 31 Jan 2021 11:57:07 +0000 (13:57 +0200)
commit73eec11d44a24bac121f1b0d85f20d58005f3545
tree4754c96d49305288bf55291af93f50f954043cc4
parent78840e775c62c1b6e3f550bf8be1f0b828df91aa
Simplify applying texture swizzling

It's now set once when creating storage for the texture, so tracking its
dirty state is not necessary.
source/texture.cpp
source/texture.h
source/texture1d.cpp
source/texture2d.cpp
source/texture3d.cpp
source/texturecube.cpp