]> git.tdb.fi Git - libs/gl.git/commit
Use glCreateTextures also for async loading
authorMikko Rasa <tdb@tdb.fi>
Mon, 25 Jan 2021 23:19:33 +0000 (01:19 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 25 Jan 2021 23:33:08 +0000 (01:33 +0200)
commita9bf08d7c8d54204b76f91dab95052b737595bea
treeb84c3c7e7eb50818f03a6fe1325b1e1381583326
parent9ea45d05951ead69fee978000cda90f9cf5f0c81
Use glCreateTextures also for async loading

Otherwise the texture won't be fully created when glTextureStorage2D
is called.
source/texture2d.cpp