Mipmap.height

class Mipmap(COLOR)
public nothrow @nogc pure const nothrow @nogc
int
height
()
if (
is(COLOR == RGBA) ||
is(COLOR == L16)
)

Return Value

Type: int

Height of the base level.

Meta