]> git.tdb.fi Git - libs/gl.git/commit
Load .tex2d format textures with resource manager
authorMikko Rasa <tdb@tdb.fi>
Fri, 5 Feb 2021 21:30:45 +0000 (23:30 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 5 Feb 2021 22:14:04 +0000 (00:14 +0200)
commitd0a888978ab0c2226ed5961c736c7cac551e79b1
tree4976923523e03c70ae15b98fad26ede1f86af94c
parent99e833421259dd90b164a9c49d63c936c343c65f
Load .tex2d format textures with resource manager

This allows universal use of .tex2d to specify texture settings, even
when the actual image data is loaded from an external file.
source/resources.cpp
source/texture.cpp