setC method

Implementation

RenderTextureC setC(RenderTextureC o) {
  id = o.id;
  texture.setC(o.texture);
  depth.setC(o.depth);
  return this;
}