]> git.tdb.fi Git - libs/gl.git/commit
Support loading raw texture data from an external file
authorMikko Rasa <tdb@tdb.fi>
Tue, 2 Nov 2021 10:17:24 +0000 (12:17 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 2 Nov 2021 13:11:16 +0000 (15:11 +0200)
commitb274dc87db4422498e72823649358114dfca0096
tree7ac63e12b18bcb5c3bbda90aace85477a5e9116d
parent710363bade528b5015a7c472db3aa90eb08207ab
Support loading raw texture data from an external file

This enables async loading of pixel formats not supported by standard
image files.
source/backends/opengl/texture2d_backend.cpp
source/core/texture.cpp
source/core/texture.h