setC method

Implementation

RlRenderBatchC setC(RlRenderBatchC o) {
  bufferCount = o.bufferCount;
  currentBuffer = o.currentBuffer;
  vertexBuffer = o.vertexBuffer;
  draws = o.draws;
  drawCounter = o.drawCounter;
  currentDepth = o.currentDepth;
  return this;
}