]> git.tdb.fi Git - libs/gl.git/commitdiff
Improve allocation handling in cube map textures
authorMikko Rasa <tdb@tdb.fi>
Sat, 30 Jan 2021 18:03:47 +0000 (20:03 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 31 Jan 2021 00:26:45 +0000 (02:26 +0200)
While there isn't enough bits to track all face allocations, tracking
the base level per face is possible.  This allows mipmap generation to
work more sensibly.


No differences found