setC method

ShaderC setC(
  1. ShaderC o
)

Implementation

ShaderC setC(ShaderC o) {
  id = o.id;
  locs = o.locs;
  return this;
}