setC method

Implementation

Pointer<RlVertexBufferC> setC(RlVertexBufferC o) {
  ref.setC(o);
  return this;
}