setD method

Pointer<ShaderC> setD(
  1. ShaderD o
)

Implementation

Pointer<ShaderC> setD(ShaderD o) {
  ref.setD(o);
  return this;
}