mipmaps property
Number of mipmap levels. 1 means no mipmaps (base image only).
Implementation
@override get mipmaps {
structOnOp((p) => _mipmaps = p.readerAt(_o[.mipmaps]).Int32());
return _mipmaps;
}
Number of mipmap levels. 1 means no mipmaps (base image only).
@override get mipmaps {
structOnOp((p) => _mipmaps = p.readerAt(_o[.mipmaps]).Int32());
return _mipmaps;
}