On 5 June 2013 11:22, Stefan Dösinger <stefandoesin...@gmail.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am 2013-06-05 11:06, schrieb Henri Verbeet: >> + desc.width = edge_length; + desc.height = edge_length; + >> desc.depth = 1; > Wouldn't it make sense to either set desc.height = 1 or desc.depth = > edge_length?
I suppose you could make an argument along those lines, but the actual dimensions of the base mip level are edge_length x edge_length x 1.