Function LargeTexture.addPiece

Adds texture to this LargeTexture, starting on offset ofs.

long addPiece (
  const(Vector2) ofs,
  Texture texture
) nothrow @nogc;