Mipmap.width

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

Return Value

Type: int

Width of the base level.

Meta