setC method

Pointer<ShaderC> setC(
  1. ShaderC o
)

Implementation

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