setD method

Implementation

Pointer<RenderTextureC> setD(RenderTextureD o) {
  ref.setD(o);
  return this;
}