clone method

RenderTarget clone()

Implementation

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