setD method

Implementation

Pointer<TextureC> setD(TextureD o) {
  ref.setD(o);
  return this;
}