setD method

Implementation

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