Mipmap.this

Creates a Mipmap out of a flat OwnedImage. This takes ownership of the given image, which is now owned by the Mipmap.

  1. this()
  2. this(int maxLevel, int w, int h)
  3. this(int maxLevel, OwnedImage!COLOR level0)
    class Mipmap(COLOR)
    public nothrow @nogc
    this
    if (
    is(COLOR == RGBA) ||
    is(COLOR == L16)
    )

Meta