]> git.tdb.fi Git - libs/gl.git/commit
Depracate the srgb parameter of Texture::image functions
authorMikko Rasa <tdb@tdb.fi>
Fri, 5 Feb 2021 22:14:12 +0000 (00:14 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 6 Feb 2021 13:33:33 +0000 (15:33 +0200)
commit635e5dc39adf09051bdacadbc402ddf22f7807a3
tree1d5b08d7fe3ad51966e400bd1e6edeeec2db0800
parentd0a888978ab0c2226ed5961c736c7cac551e79b1
Depracate the srgb parameter of Texture::image functions

Now that texture datafiles can be used to specify import settings on a
per-texture basis and the Blender exporter uses them, there's no need
for this anymore.
12 files changed:
source/resources.cpp
source/resources.h
source/texture.cpp
source/texture.h
source/texture1d.cpp
source/texture1d.h
source/texture2d.cpp
source/texture2d.h
source/texture3d.cpp
source/texture3d.h
source/texturecube.cpp
source/texturecube.h