From: Mikko Rasa Date: Thu, 30 Sep 2021 11:50:19 +0000 (+0300) Subject: Refactor uploading texture data from a buffer X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=b09f265880a3a932441091b0f3822b06c112c595;hp=b09f265880a3a932441091b0f3822b06c112c595;p=libs%2Fgl.git Refactor uploading texture data from a buffer This allows getting rid of Buffer::get_id() and using a friend declaration instead. ---