clone method

Texture clone()
inherited

Implementation

Texture clone() {
  return Texture().copy(this);
}