Mipmap pyramid implementation.
Mipmapped images. Supports non power-of-two textures. Size of the i+1-th mipmap is { (width)/2, (height)/2 } The mipmap owns each of its levels.
See Source File
Boost License 1.0
Guillaume Piolat 2015-2023.
Mipmap pyramid implementation.