]> git.tdb.fi Git - libs/gl.git/commit
Add a datafile statement to use an external image for a texture
authorMikko Rasa <tdb@tdb.fi>
Thu, 27 Oct 2016 07:59:34 +0000 (10:59 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 27 Oct 2016 07:59:34 +0000 (10:59 +0300)
commit93fa68debcd6e416a1b20f43077f7a79525aaecb
treecd595eefb89bbcf5b2f502e6ba93d180a8bd2351
parent4a6c595b4d954b6cf69c6388a43b2b66f84d8c0a
Add a datafile statement to use an external image for a texture

It can be useful for non-2D textures which can't be loaded directly from
an image file by the resource collection.
source/texture.cpp
source/texture.h
source/texturecube.cpp
source/texturecube.h