setC method

Implementation

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