clone method

Implementation

@override
DepthTexture clone() {
  return super.clone() as DepthTexture;
}