From: Mikko Rasa Date: Mon, 25 Jan 2021 23:19:33 +0000 (+0200) Subject: Use glCreateTextures also for async loading X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=a9bf08d7c8d54204b76f91dab95052b737595bea;hp=a9bf08d7c8d54204b76f91dab95052b737595bea;p=libs%2Fgl.git Use glCreateTextures also for async loading Otherwise the texture won't be fully created when glTextureStorage2D is called. ---