]> git.tdb.fi Git - libs/gl.git/commitdiff
Remove the separate allocation step from textures and buffers
authorMikko Rasa <tdb@tdb.fi>
Sat, 18 Sep 2021 09:56:18 +0000 (12:56 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 18 Sep 2021 13:20:18 +0000 (16:20 +0300)
It was conceived as a way to avoid unnecessary OpenGL calls if the object
is initialized by uploading full contents.  However the storage extensions
are almost universally supported now and data uploads are not something
that usually happens every frame, so this optimization is no longer
relevant.


No differences found