dplug.graphics.mipmap

Mipmap pyramid implementation.

Members

Classes

Mipmap
class Mipmap(COLOR)

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.

Meta